Vitaliy
Vitaliy
It was on https://nuxt.com/docs/examples/routing/pages for example. But unfortunately I can't reproduce an error. Don't know what it's related with...
I also confronted this problem but for some reason only after uaing it with signUp, like this: ``` async function userRegister() { try { await signUp( { ...register} ); await...
@bitfactory-frank-spee That is the problem: I did add callbackUrl and function threw an error. I simply deleted redirection and it threw the error anyway. Now I ended by making redirect...