Jan Hug

Results 90 comments of Jan Hug

I can reproduce the issue by using `swr: true` on a route that uses the data cache. Let's see if there's a way to fix this without breaking non-swr behaviour...

This was quite a back and forth unfortunately, with the event context originally _not_ being shared for "internal requests", then it was suddenly shared which basically broke everything in this...

With [4.0.0](https://github.com/dulnan/nuxt-multi-cache/releases/tag/v4.0.0) the way the multi cache context is "passed around" has been refactored. It should now work reliably, hopefully also for future Nuxt/Nitro updates.

Currently that's not directly possible to do yourself, but this could easily be added as a feature to the module when returning a route from cache. Would probably also make...

Thank you for reporting this! I agree that it's weird that the error "propagates" to the `useDataCache` composable. However, there are valid reasons why somebody would want to have an...

While I seem to have a slightly different setup than others, I also encountered a similar issue and I was able to figure out what's causing it in my case....

Hey there and thanks! 😄 I have thought about it in the past, as I personally also have a need for such a feature. However, the module pre 5.0.0 was...

So I implemented a proof of concept (it's actually quite "fleshed out" already) to support subscriptions. I was able to integrate it nicely with Nitro's support for WebSocket handlers, with...

Sorry, just saw the reply now. >Is there a way to retrieve data from useRouteCache() during client-side navigation? Did you mean useDataCache here? If yes, then the answer is no,...

That sounds very weird and unexpected. I will look into this now.