Jan Hug
Jan Hug
I am unable to reproduce this behaviour. I have created a new API route that does not call useRouteCache() at all, meaning it should not be cached. I then call...
Okay just as I sent it, I was able to reproduce it. And... it's **VERY** weird what I'm seeing. This is impossible.
Yeah, I found the problem, look: **Page component** ```vue import { useFetch, useRequestEvent } from '#imports' const event = useRequestEvent() if (event) { event.context.foobar = 'TEST' } const { data...
I have just released 3.3.1, would you like to give it a try? Also thank you very much for bringing this issue to my attention! I would probably not have...
Sure, could you show me which other modules you have installed or nitro/h3 related libraries you use? I know for example that the `h3-compression` library is not compatible with this...
Could you try (if easily possible) to disable nuxt-security to see if it would resolve the issue?
Oh I see. I did not think of this scenario. Generally I would advise against using route cache + route rules together, but in this case it would be a...
I looked into it and once again it's such an annoying problem with the way h3/nitro are setup. For some context: As an author of a module like nuxt-multi-cache, it's...
I may have found a workaround which I've already implemented in #66, but I still need to do some more testing. You may not need to apply the workaround for...
@sathishzakapps I just merged the change that should hopefully fix this issue. I will do some more testing (together with other fixes pushed today) and if all works, create a...