Next.js Discord

Discord Forum

next/image component cache issue

Unanswered
Entlebucher Mountain Dog posted this in #help-forum
Open in Discord
Entlebucher Mountain DogOP
i have dynamic images and data inside that image will be updated frequently, so i have set Etag header from my server to revalidate it.
i am sending header Cache-Control: max-age=0, must-revalidate from my server. but next/image still showing stale image.

0 Replies