You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I once did something similar. as I understand it, the Nuxt plugins are not necessarily connected to the Nuxt instance. I solved the whole thing by calling the navigateTo function using callWithNuxt. That works for me.
Environment
Nuxt 3.12.3 with Nitro 2.9.7
Reproduction
see Describe
Describe the bug
this is offical example,But it didn't work
https://nuxt.com/docs/guide/recipes/custom-usefetch
this is plugins,to injecct nuxt
The page does not change to login.vue when my http status is 401, navigateTo doesn't work
I'm pretty sure this is the official case
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: