Since 1 week ago, ALL deploys with NextJS are having problems with images. They don’t show up on the site. They get a 404 error.
I am using Netlify’s own bundle to make the sites. It worked normally. But out of nowhere, it stopped.
It is going to the /_ipx/ folder and giving error 502 on the images.
clarnx
June 22, 2023, 10:04am
2
Hi @william-hayman , kindly visit the Netlify Forum thread below if you have not done so already and then follow the suggestions there to see if it helps since the problem stated there is related to your current situation.
I’m working on a site and all images used by the next/images component return this error:
{"errorType":"Runtime.ImportModuleError","errorMessage":"Error: Cannot find module 'ipx'\nRequire stack:\n- /var/task/node_modules/@netlify/ipx/dist/index.js\n- /var/task/.netlify/functions-internal/_ipx/_ipx.js\n- /var/task/_ipx.js\n- /var/runtime/UserFunction.js\n- /var/runtime/index.js","trace":["Runtime.ImportModuleError: Error: Cannot find module 'ipx'","Require stack:","- /var/task/node_modules/@netl…
Thanks.