Cache skipped reason: (auto no cache) for fetched json's
Answered
White-tailed Tropicbird posted this in #help-forum
White-tailed TropicbirdOP
Why images from an external source don't cache?
Answered by White-tailed Tropicbird
Ok I just had to add
{ next: { revalidate: /* time */ } }
to those fetches8 Replies
White-tailed TropicbirdOP
You can look at the code at https://github.com/kloczewiak/orange-minion
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
White-tailed TropicbirdOP
Ok I just had to add
{ next: { revalidate: /* time */ } }
to those fetchesAnswer