Next.js Discord

Discord Forum

The image not show in production NextJS 13.4

Unanswered
Brown Noddy posted this in #help-forum
Open in Discord
Avatar
Brown NoddyOP
Has anyone experienced issues with loading images in NextJS 13.4? Localhost works but production

The requested resource isn't a valid image
ImageError: The requested resource isn't a valid image.
    at imageOptimizer (node_modules\next\dist\server\image-optimizer.js:569:19)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async cacheEntry.imageResponseCache.get.incrementalCache (node_modules\next\dist\server\next-server.js:411:72)
    at async node_modules\next\dist\server\response-cache\index.js:99:36 {
  statusCode: 400
}

0 Replies