Currently some images do not load on the Vercel deployed website.
On localhost everything works fine and images load.
When I try to open the URL for one of the images not loading on the browser I see:
I use Next.js and once UI
Currently some images do not load on the Vercel deployed website.
On localhost everything works fine and images load.
When I try to open the URL for one of the images not loading on the browser I see:
I use Next.js and once UI
Hi,
It looks like you have inconsistencies in file format. Can you make all the image to .jpg
instead of .JPG
?
This should fix it.
Hi, thank you, I confirm this worked for me.
Just wanted to add GitHub wouldn’t recognize the changes to the file format.
So I had to separate this process in a first commit where I removed the “faulty” .JPG files
And a second one, where I re-added the images in .jpg
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.