nuxt-alt / auth

An alternative module to @nuxtjs/auth
https://nuxt-alt-auth.vercel.app/
MIT License
94 stars 20 forks source link

The pinia store is not activated. Only in nuxt 3.7.2 #67

Closed RadBe closed 8 months ago

RadBe commented 9 months ago

Environment

Nuxt 3.7.2

Nuxt Config

modules: [ '@nuxt-alt/auth', '@pinia/nuxt', ],

Reproduction

Just install nuxt and auth latest versions

Describe the bug

In nuxt 3.7.2 I get this error: [AUTH] The pinia store is not activated. This might cause issues in auth module behavior, like redirects not working properly. To activate it, please install it and add it to your config after this module

But in nuxt 3.7.1 is ok

Additional context

No response

Logs

No response

ttonyh commented 9 months ago

Looks like this is fixed in the, just released Nuxt version v3.7.3

Denoder commented 9 months ago

@RadBe try 3.7.3 and see if that hotfix was the solution.