Auth with Discord
So im trying to set up auth for discord but as soon as I add the modules
'@nuxtjs/axios'
and '@nuxtjs/auth-next'
into my nuxt.config.ts
this error occurs Cannot read properties of undefined (reading 'options')
on npm install
nuxt.config.ts
I've read somewhere that modules work different in nuxt v3 but I somehow cant figure it out.
I have following packages:
Does anyone have a example by chance on how to do it the right way?2 Replies