How to disable Nuxt 4 fetch cache? #32917
Unanswered
stratumadev
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since I upgraded my projects to Nuxt 4 I saw that useFetch and useAsyncData started to also cache post requests. I want to disable the new cache completely so that the fetch functions work like in Nuxt 3 without that unnecessary caching of Post, Patch and Delete requests (I don't even know why this should even be a thing).
Is there any way?
Beta Was this translation helpful? Give feedback.
All reactions