Cloudinary Depoyment Issues

Hi all,

I am having trouble with certain Cloudinary images displaying on the site.

However, it does work locally:

Is there anything else I should try?

I cannot find the Urban Tetris page/post.

Here it is:

https://calm-hummingbird-b765dd.netlify.app/wallpapers/

Yes, just found it.

Appears you’re

  1. Loading Cloudinary images through a function which is strange given you’re passing the image URL as a parameter
  2. Going to the URL directly https://res.cloudinary.com/relentz3d/image/upload/t_relent/v1694794457/Wallpapers/01-10/urban_tetris_desktop.webp&w=774&h=400 shows a message that says the image cannot be displayed because it contains errors. Removing the width and height parameters from the URL works.

Ah, I see what you mean.
I had set configured a width and height via a layout that the wallpaper pages use.
Going to remove it and try building it again.

Actually, I got this error when running locally:

Then this is not an issue with Netlify. Best you consult the documentation mentioned in the error message.