Heb
Heb
@v-moravec This should be fixed with https://github.com/Hebilicious/authjs-nuxt/commit/6dde4c3d4acac044f44ac7e6d1f66317aff47db5 Please let me know if you're still having issues with the latest versions.
I think it has to do with something wrong within @auth/core and therefore I added the workaround to the documentation. I'll leave this open just in case there's a better...
> Hi, > > I installed the cookie package also via pnpm i and then added an alias, and it is finding the package. > > But now i get:...
> @Hebilicious Should this be raised as an upstream issue in the authjs repo? I think it could yes.
Workaround available in #138 🙏🏽
`useAuth` can be used within a plugin, look at the source code here https://github.com/Hebilicious/authjs-nuxt/blob/main/packages/authjs-nuxt/src/runtime/plugin.ts It's possible that you have an ordering issue and that your nuxt apollo plugin runs before...
Agreed. I have reached out to their team and we've already discussed this, it should happen eventually. That being said, there's little community support at the moment, so this isn't...
@nathanbrizzee-cdcr you don't need to do that, you need to configure the authJS base url to be the exact url of your deployed website : https://github.com/Hebilicious/nuxt-authjs-google We should consider renaming...
A reproduction would help. You should set the authJs baseUrl to the url that you use to access your app like `http://www.example.com/myapp` for example
Looks like you need to set ```ts nitro: { baseURL: "/myapp/foo" // Set up the relative root URL for the app }, ``` In your Nuxt config. Maybe this should...