Next.js Discord

Discord Forum

Using the Link component keep CACHING fetch calls

Unanswered
Gulf menhaden posted this in #help-forum
Open in Discord
Gulf menhadenOP
When you use the "Link" component to connect two server component pages that contain fetch calls, it appears that the fetch calls get cached even if you explicitly set the cache option to "no-store"
Github Repo : https://github.com/Badr4u/nextjslink
I've read the docs extensively and I'm at lost here.

2 Replies

Bumble bee
Hi, any updates? I'm also stuck with this behavior.