#Need Help with disabling data caching.

14 messages · Page 1 of 1 (latest)

night dirgeBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

      🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in <id:customize>

      ✅ You can mark a message as the answer for your post with `Right click -> Apps -> Mark Solution`
      (if you don't see the option, try refreshing Discord with Ctrl + R)
languid yacht
dawn tusk
# languid yacht how can I opt out when I am using fetch()?

Using the dynamic = 'force-dynamic' or revalidate = 0 route segment config options: This will skip the Full Route Cache and the Data Cache. Meaning components will be rendered and data fetched on every incoming request to the server. The Router Cache will still apply as it's a client-side cache.

languid yacht
dawn tusk
#

At the bottom

#

Anywhere where an export statement is valid

languid yacht
dawn tusk
#

It’s a segment config option

languid yacht
#

I just added this add the bottom but didnot worked

languid yacht
dawn tusk
#

Show me a minimal reproduction repository then

languid yacht
#

can we arrange a virtual meeting? I will share my screen, show you my project.