Strange behavior after updating to 6.x #356
Replies: 1 comment
-
Hey @Woloja! Thanks for this question. Indeed, there is a bug in the last release, I'm on my way to fix it, please track it here - #360 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello friends!
Today I was updating packages in my project, and as soon as I updated nuxt-auth-sanctum from ^0.5.8 I started receiving duplicate logs from
sanctum.interceptors.onRequest
in the console:1st page load and with every page load, I get +1
2nd page load
3rd page load
...
Did I do something wrong?
In fact, when I saw this in my project, I decided to check it in an empty sandbox only with nuxt^3.16.2 and nuxt-auth-sanctum^0.6.4
Beta Was this translation helpful? Give feedback.
All reactions