Skip to content

Images generated by nextJS cannot be saved to cache #419

@ptbrowne

Description

@ptbrowne

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions