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
Every @next/image image isn't loaded. I am getting 500 Internal server errors for every @next/image images when hosting on an AWS EC2. The non-@next/image work fine. Same story on Next 10. Everything works fine on localhost.
I am using the commands
npx next build npx next start -p 80
Expected Behavior
The @next/image images should load.
To Reproduce
Create a new website with Next. Run: npx next build npx next start -p 80
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 27, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
v16.5.0
What browser are you using?
Brave and Firefox
What operating system are you using?
Ubuntu
How are you deploying your application?
AWS EC2
Describe the Bug
Every
@next/image
image isn't loaded. I am getting 500 Internal server errors for every @next/image images when hosting on an AWS EC2. The non-@next/image
work fine. Same story on Next 10. Everything works fine on localhost.I am using the commands
npx next build
npx next start -p 80
Expected Behavior
The
@next/image
images should load.To Reproduce
Create a new website with Next. Run:
npx next build
npx next start -p 80
The text was updated successfully, but these errors were encountered: