You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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 havestaticPageGenerationTimeout
set to600
. 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 errorsThe text was updated successfully, but these errors were encountered: