-
-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
Description
Describe the feature
I'm using Sidebase Nuxt-Auth + Nuxt3 + Vuetify3, and I'm getting this annoying warning when I click on the logout button, which calls signOut
function.
Environment
❯ npx nuxi info
[17:08:40] Working directory: /home/projects/github-dvjyh3
[17:08:40] Nuxt project info:
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package Manager: [email protected]
- Builder: -
- User Config: -
- Runtime Modules: -
- Build Modules: -
Reproduction
Just go to /login
page and sign in. Right before you'll be redirected to /home
, which have sign out button. Open console and click the button.
Provider
- AuthJS
- Local
- Refresh
- New Provider
Logs
Warning in Console:
[nuxt] Could not access
then
. The only available runtime config keys on the client side arepublic
andapp
. See https://nuxt.com/docs/guide/going-further/runtime-config for more information.
clcoco, TanasitISTG and RomanValmurfidaatag