-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is v5 stable to use? #1171
Comments
@silvesterwali I didn't get that error, did you uninstall |
Hi @sts-ryan-holton! Although v5 is not 100% stable, it's recommended to use it as it introduces several features and fixes. Please take a look at #893 and status If you find any issues using v5, don't hesitate to open a new issue ticket :) |
Hi @silvesterwali! I'm not sure about the cause of your issue. Can you show me all your nuxt config? Might be caused by having both versions of auth installed, as noted by @sts-ryan-holton |
I have uninstalled and install it again at the moment. every time start nuxt development I got this message so I install version 4.9^ and it work ...without any message showing |
here are my nuxt .config.js the difference is just without warning message modules: [ '@nuxtjs/axios', '@nuxtjs/auth', ], with warning message modules: [ '@nuxtjs/axios', '@nuxtjs/auth-next', ], and my nuxt.config.js |
I'm currently using
@nuxt/auth
4.9.1 in my web application, however, it seems that v5 contains some features that I need. I wondered whether v5, more specifically:5.0.0-1620773067.c356fed
on@nuxt/auth-next
is stable enough to use in my web application as an upgrade from v4?Thoughts?
The text was updated successfully, but these errors were encountered: