I have been randomly getting odd errors when running npm run build that cause the build to fail but also don't force it to stop building. I can run the command again, and the build will complete successfully. It is always when pulling from Agility content servers, but the exact error message can differ. Here are some of the different error logs I've seen:
https://pastebin.com/pK8Ekzpb (linked because it's large)
Again, running the build command again sometimes fixes these issues. I already modified next.config.js to have staticPageGenerationTimeout set to 600. Do I need to increase this even more? Not sure what else I can do.
e: I set the timeout to 2147483 and still encounter the odd errors
I have been randomly getting odd errors when running
npm run buildthat cause the build to fail but also don't force it to stop building. I can run the command again, and the build will complete successfully. It is always when pulling from Agility content servers, but the exact error message can differ. Here are some of the different error logs I've seen:https://pastebin.com/pK8Ekzpb (linked because it's large)
Again, running the build command again sometimes fixes these issues. I already modified
next.config.jsto havestaticPageGenerationTimeoutset to600. Do I need to increase this even more? Not sure what else I can do.e: I set the timeout to
2147483and still encounter the odd errors