• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Resolved next.js images not loading error 500

itexpertnow

New Pleskian
Hi,

I am get issue while loading the image in NextJS project.
The issue is with NextJS <Image> tag. If I use <Image/> than in production the image not get load/display. It gives 500 error.
If I add unoptimized in <Image /> than it get load in production.

I tried deploying the same github repo to another server, and it's working fine...

No error
https://dev.amcolubricants.com/images/footage-placeholder.png

Error 500
https://dev.amcolubricants.com/_next/image?url=/images/footage-placeholder.png&w=3840&q=75


deployed on another server (vercel):
 
Review the logs and see what the logs says, it's hard to say what the issue is without looking at the logs. (You can just go to the domain in question in Plesk and click on logs).
 
The issue is solved in this thread:
 
Back
Top