Hey Cody, Just wanted to say thank you for the awesome content around nuxt 3 you provide for free!! Also watched your video about nuxt 3 with trpc 💪 Alreay looking forward to your next videos! 😊
you may fix it by inserting into "exports" : {} part with this "./core" : { "types" : "./core/index.d.ts", "default": "./core/index.js" }, in node_modules/next-auth/package.json
How did you stop the red underline for the '#auth' at the top? I still have this within my code. "Cannot find module '#auth' or its corresponding type declarations.ts(2307)"
I've deleted package-lock and node_modules and reinstalled everything from scratch and it works. well some dependency issue I guess. dependencies I'm using "@sidebase/nuxt-auth": "0.6.0-rc.1", "nuxt": "^3.8.1",
Hey Cody, Just wanted to say thank you for the awesome content around nuxt 3 you provide for free!! Also watched your video about nuxt 3 with trpc 💪
Alreay looking forward to your next videos! 😊
Thanks! This helped me allot
i have this error : [worker reload] [worker init] Package subpath './core' is not defined by "exports" in ....
I had the same error. A current workaround is pinning to next-auth to v4.22.5 if you're using a version like 4.24.5
you may fix it by inserting into "exports" : {} part with this
"./core" : {
"types" : "./core/index.d.ts",
"default": "./core/index.js"
},
in node_modules/next-auth/package.json
How did you stop the red underline for the '#auth' at the top? I still have this within my code. "Cannot find module '#auth' or its corresponding type declarations.ts(2307)"
same issue here
I've deleted package-lock and node_modules and reinstalled everything from scratch and it works. well some dependency issue I guess. dependencies I'm using "@sidebase/nuxt-auth": "0.6.0-rc.1", "nuxt": "^3.8.1",
npm i next-auth@4.21.1 and problem will solve :)
Unfortuntely, NuxtAuth does not support SteamID.
Ah, from what I've read, Steam doesn't support Oauth.