Failed to update prerender cache
Unanswered
Pacific anchoveta posted this in #help-forum
Pacific anchovetaOP
Im hosting my next js 16 app using app router node 24lts on netlify, but on every request on every slug im getting this error.
The app is static and these errors only show up when it's static on my staging previews where it's dynamic they don't show up.
i have contacted netlify support but they have not helped me.
Failed to update prerender cache for /manifest.webmanifest Error: EROFS: read-only file system, open '/var/task/myapp/.next/server/app/manifest.webmanifest.body'
at ignore-listed frames {
errno: -30,
code: 'EROFS',
syscall: 'open',
path: '/var/task/myapp/.next/server/app/manifest.webmanifest.body'
}
Mar 25, 12:47:45 PM: f30d8791 WARN Failed to update prerender cache for /some-slug Error: ENOENT: no such file or directory, mkdir '/var/task/myapp/.next/server/app/en'
at ignore-listed frames {
errno: -2,
code: 'ENOENT',
syscall: 'mkdir',
path: '/var/task/myapp/.next/server/app/en'
}
The app is static and these errors only show up when it's static on my staging previews where it's dynamic they don't show up.
i have contacted netlify support but they have not helped me.
Failed to update prerender cache for /manifest.webmanifest Error: EROFS: read-only file system, open '/var/task/myapp/.next/server/app/manifest.webmanifest.body'
at ignore-listed frames {
errno: -30,
code: 'EROFS',
syscall: 'open',
path: '/var/task/myapp/.next/server/app/manifest.webmanifest.body'
}
Mar 25, 12:47:45 PM: f30d8791 WARN Failed to update prerender cache for /some-slug Error: ENOENT: no such file or directory, mkdir '/var/task/myapp/.next/server/app/en'
at ignore-listed frames {
errno: -2,
code: 'ENOENT',
syscall: 'mkdir',
path: '/var/task/myapp/.next/server/app/en'
}