#How to invalidate data from Nuxt Cache?
4 messages · Page 1 of 1 (latest)
which cache?
If you're calling Directus API, it might be Redis (or any other caching service) that is caching your calls. In my dev environment I disabled caching on Directus and that was enough.
Nuxt doesn't cache, unless you tell it to, I suppose.