Baptiste Leproux

Results 69 comments of Baptiste Leproux

The throw is there to prevent a wrong behaviour, I don't think that removing it is a solution. @thorwebdev What do you think ?

@mwohlan Do you still reproduce this issue ?

Hi @SeraVault, nothing has changed on login between those two versions. Can you provide a reproduction ?

I am not able to reproduce this error. Can one of you provide a [stackblitz reproduction](https://stackblitz.com/github/nuxt/starter/tree/v3-stackblitz?file=README.md) ? 🙏

@nberlette concerning the demo, I tried something in local and have updated the auth redirect URL of the supabase dashboard to `localhost:3000`. I simply forgot to set it back to...

Hey @AlbertDavid94, thanks for the proposal. However you can override the schema in your `nuxt.config.ts`, using the `client` option: https://supabase.nuxtjs.org/get-started#options Does it make the job ?

Ok I understand. However, your code won't work because the client is created only once then share through the nuxtApp. An option could be to recreate the client if options...

Hello @derrickmehaffy, why did you move this issue in `documentation` ? Do i need to change something to make it works ?

Thanks for the answer. Is there another way to use `state` to share data between beforeXXX and afterXXX ?

@Zielgestalt Have you try to use the nuxt3 composable [useAsyncData](https://strapi.nuxtjs.org/advanced#async-data) ? Don't know if I well understand your problem but maybe it could resolve it.