Next.js Discord

Discord Forum

got cache: SKIP

Unanswered
Britannia Petite posted this in #help-forum
Open in Discord
Britannia PetiteOP
Hi, I have
(cache: SKIP)
Cache missed reason: (auto cache)

or
(cache: SKIP)
Cache missed reason: (auto no cache)


and I can't find any explanation in the doc...
Do you have any idea ?

1 Reply

Britannia PetiteOP
find out that if I add

 next: { revalidate: 3600 } // revalidate every hour

to my fetch params cache is "HIT", but I'm confused, I thought next.js cached all fetches by default ??