Description
We can see errors in the logs, it seems NextJS cannot save the images to .next/cache.
It would be good that we do not have to always render the again the images. Examples of images that are rendered : on the home page the map images are rendered through next/image.
? Failed to write image to cache X9_-rilldnWAZ7nm3gZPYCSsjKAQxRCECOzWg7Rr-Yw [Error: EACCES: permission denied, mkdir '/app/.next/cache'] {
errno: -13,
code: 'EACCES',
syscall: 'mkdir',
path: '/app/.next/cache'
}
vercel/next.js#56690