I'm having trouble with the image caching in Umbraco.
Our setup consists of a Umbraco 9.4.1 and a Next.js/Vercel frontend.
When we upload an image to the media library, the first time it's loaded, it will be loaded with low image quality.
This means that if we add the image to a module and publish it before the first request, the Next.js/Vercel frontend will then cache a bad quality version of the image.
It seems to fix it if i open the direct image url before i add the image to a module and publish it.
image caching issue
I'm having trouble with the image caching in Umbraco.
Our setup consists of a Umbraco 9.4.1 and a Next.js/Vercel frontend.
When we upload an image to the media library, the first time it's loaded, it will be loaded with low image quality. This means that if we add the image to a module and publish it before the first request, the Next.js/Vercel frontend will then cache a bad quality version of the image.
It seems to fix it if i open the direct image url before i add the image to a module and publish it.
Does anyone know a fix for this issue?
is working on a reply...