Hi, I noticed some issues with images in a Next.js project hosted on Netlify. I use next/image for it and the images are hosted on cloudinary. Locally there is no problem, but in production the images are getting a timeout error.
Full error message:
“2023-08-15T17:40:28.344Z f5227b62-421c-4060-a8e7-bf6f5d790b1b Task timed out after 10.01 seconds”
I know about the 10sec limit, but I can’t imagine the image takes more than 10sec to load. Also tried setting the environment variable NEXT_DISABLE_EDGE_IMAGES to TRUE, but it didn’t work (read it here: NextJS Image Timeout)
I did that, created a new deploy and the issue is still there unfortunately. Keep in mind, that even if the images are hosted at cloudinary, the website still uses next/image. Not sure if that makes any difference