Image link with _thumb is not working on next js project

Hi all!

I have a website with next js. I build this with netlify .Website Url is https://6194a16bccf48b0008ed67b3--quirky-darwin-0f9c46.netlify.app/
In this project for small size image, I use with image link “_thumb” ( mean thumbnail image ).
So these image link is not working after deploy .


Its showing 502 error . How can I solve this problem?

Hi @ahsan,

If you see the preview of the response sent by the server, you might have your answer:

image

So the image that you’re probably trying to process is not a valid image as the server is probably expecting.