Fetching error on freshly built NextJs app deployed in EC2 #14477
Unanswered
webbahproject
asked this question in
Help
Replies: 2 comments 2 replies
-
Do you have configured the build id? It is required for multi-server deployments.
Learn more: https://nextjs.org/docs/api-reference/next.config.js/configuring-the-build-id |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks like you booted up the Next.js development server in EC2. You can potentially look at using https://vercel.com |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Had this error when i try to start the page on the newly freshly created NextJs app (9.4.4).
Seems like all the failed to fetch files were from the .next folder... but i could see it fetched _app, webpack and main from .next just fine.
I had no idea why it failed like that... i could see all the files inside the .next folder.
This app runs inside docker in our EC2 btw. and also there are another 2 nextjs app deployed in it, under the same domain. Not sure if that helps in anything..
Beta Was this translation helpful? Give feedback.
All reactions