Skip to content

I Can't Disable Vercel Data Cache? #10117

Answered by leerob
OatsProgramming asked this question in Help
Discussion options

You must be logged in to vote

If you are trying to opt-out of caching inside of Next.js (and thus the Vercel Data Cache when deployed to Vercel), you can use the route segment configuration options.

export const fetchCache = 'force-no-store'

Here's the documentation which is accurate. However, it sounds like there is some confusion about the different layers of caching in Next.js.

We know this isn't as clear as it could be right now and we're working to improve this in the documentation.

Please see this PR for more details: vercel/next.js#52514

Replies: 11 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@OatsProgramming
Comment options

Comment options

You must be logged in to vote
1 reply
@mickaelramanitrera
Comment options

Comment options

You must be logged in to vote
1 reply
@haseebkhan9081
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RobIsHere
Comment options

Answer selected by leerob
Comment options

You must be logged in to vote
1 reply
@nevesm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@haseebkhan9081
Comment options

@haseebkhan9081
Comment options

@ic-768
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet