Hello devs,
I recently faced an issue around images not loading on production but working perfectly well on locals.
Accessing the image on production gives this error message
"url" parameter is valid but upstream response is invalid
For the above error, irrespective of the version you are running on, kindly install sharp and that is all!
npm i sharp
or
yarn add sharp
Top comments (0)