You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
signup() {
this.$auth.signup(this.credentials.user, this.credentials.password)
.then(response => console.log("Success!Check your inbox! ", response))
.catch(error => console.log("It 's an error", error));
},
after submiting the form the new account appears in the netlify identity section and I receive the email. After clicking the confirmation link I get redirected to my page, but the account doesn't get confirmed.
Hi,
I have this short script to signup a user.
after submiting the form the new account appears in the netlify identity section and I receive the email. After clicking the confirmation link I get redirected to my page, but the account doesn't get confirmed.
I can see this url 'https://domain.netlify.app/#confirmation_token=EKccjBJfn9OGXXXXX'.
In the docs I can read this
So the redirect to hide the token doesn't work.
To init the gotrue lib I use a plugin for nuxtjs
I also tried to set the token manually but then I get only this error
The text was updated successfully, but these errors were encountered: