Wont this result in NextJS image-optimizer returning 500 error?
Unanswered
Saarloos Wolfdog posted this in #help-forum
Saarloos WolfdogOP
Wont this result in NextJS image-optimizer returning 500 error when the image being fetched returns a 500 err?
The image being fetched is simply a url from the /_next/image endpoint anyone can just project a fautly image url and then trigger the server to 500?
https://github.com/vercel/next.js/blob/f550237aa564bd59bfef7462350ac6c502f0206d/packages/next/src/server/image-optimizer.ts#L550-L556
The image being fetched is simply a url from the /_next/image endpoint anyone can just project a fautly image url and then trigger the server to 500?
https://github.com/vercel/next.js/blob/f550237aa564bd59bfef7462350ac6c502f0206d/packages/next/src/server/image-optimizer.ts#L550-L556