Next.js Discord

Discord Forum

Cache skipped reason: (auto no cache) for fetched json's

Answered
White-tailed Tropicbird posted this in #help-forum
Open in Discord
Avatar
White-tailed TropicbirdOP
Why images from an external source don't cache?
Image
Answered by White-tailed Tropicbird
Ok I just had to add { next: { revalidate: /* time */ } } to those fetches
View full answer

8 Replies

Avatar
White-tailed TropicbirdOP
example of use in "app/ui/MasteryCard.tsx" in MasteryBanner component
Wait
these are not images
these are jsons
But still
why don't they cache
Avatar
White-tailed TropicbirdOP
Ok I just had to add { next: { revalidate: /* time */ } } to those fetches
Answer