Skip to content
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

Closed
sts-ryan-holton opened this issue May 17, 2021 · 6 comments
Closed

is v5 stable to use? #1171

sts-ryan-holton opened this issue May 17, 2021 · 6 comments
Labels

Comments

@sts-ryan-holton
Copy link

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?

@silvesterwali
Copy link

I just install it and got some warning like below
image

and I don't know what exactly this. but I got it when I initial @nuxtjs/auth-next in my nuxt.config.js

@sts-ryan-holton
Copy link
Author

@silvesterwali I didn't get that error, did you uninstall @nuxtjs/auth first? Because you don't need that

@JoaoPedroAS51
Copy link
Collaborator

JoaoPedroAS51 commented May 23, 2021

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 :)

@JoaoPedroAS51
Copy link
Collaborator

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

@silvesterwali
Copy link

@silvesterwali I didn't get that error, did you uninstall @nuxtjs/auth first? Because you don't need that

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

@silvesterwali
Copy link

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

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

image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants