Rank 3: Container
I have been trying to authenticate the user with an email session but I am getting this error ehen a user is trying to sign up.
Votes
0
Replies
12
Participants
Unknown
Messages
13
Rank 3: Container
I have been trying to authenticate the user with an email session but I am getting this error ehen a user is trying to sign up.
Rank 3: Container
I just tried to add email verification logic and this bug came up
Rank 3: Container
Rank 3: Container
Someone help me with this issue
In what part of your code you're facing the error?
Rank 3: Container
As of now I've added router.push('/login') to redirect after a user sign up. Just done this to hide the bug
Rank 3: Container
But it should be there as I want to do email verification when a user sign up
Rank 3: Container
then get access to other pages
Rank 3: Container
So, I put the verification logic there and tried to sign up as a new user but it showed up this error and didn't send any email for verification or anything to me other than the error along with signed up successfully message
Rank 3: Container
First, I don't want this error to show up and second I want to send the email verification
I see.
I think, that in the middle of the process you'll need to use the account.get() in between
To create the user session before moving to other user actions.