Nextjs next/image <Image /> response 400, no pictures on whole website

Hi I have two projects that I’m missing images for, its getting the response 400.

assemblynest.natlify.app
assemblynest.com

and

kingklinker.netlify.app
kingklinker.ie

in both cases images are there and you can view them here:
case 1
assemblynest.netlify.app/logo.png size 323kb
assemblynest.com/logo.png size 323kb

case 2
kingklinker.netlify.app/absorbability.jpg size 58kb
kingklinker.ie/absorbability.jpg size 58kb

The problem is that next/image does not work with netlify for some reason.

Below is my setup:
json file

next config file

toml file

usage of

And here is how this image looks like in browser dev tool
browser dev tool

You can see that the src for it is “/_next/image?url=%2Flogo.png&w=96&q=75” not “/logo.png”

Can someone help me solving this issue?:flexed_biceps::wink:

Thank You.:blush:

You should not be adding the redirect yourself. Next.js Runtime does that for you. Furthermore, I don’t understand why you have the /* redirect. Have you tried removing both of those?