Hi guys, I deployed a website I made with nextjs to cpanel and most of my images are not getting displayed.
What I noticed is that the images with the <Image /> wrapper are the ones that don't get displayed.
This is from the network tab when I checked the request:
URL of successfully served image:
URL: https://website.com/mobilePanesB.webp
URL of failed image:
https://website.com/_next/image?url=%2Fprovincetown-wallpaper.jpg&w=640&q=75
does anyone know how to fix this?