Every image media that I seeded is not working in produciton. (Have site on Vercel)
In Payload admin shows like error.
In Vercels Logs error 500
My next configs is:
const nextConfig = {
images: {
unoptimized: true,
localPatterns: [
{
pathname: '/api/media/file/**',
},
],
},
}
Might the problem is here but in local, dev or build (local db or remote db) is working well.. only in "remote" that's not working..