Problem with custom signup Invalid credentials on Login.
Hi @kapa.ai ,
I'm using the function "import { signup } from 'wasp/client/auth';" to register the user with email and password. The registration is successful but when I try to enter with the email and password used during login it tells me "Invalid Credentials" even though the user has been correctly registered.
The only way to access is by resetting the password.
The only thing I changed is the reference to clientRoute in emailVerification in Main.wasp.
Can you tell me what I'm doing wrong?
Thanks!
I'm using the function "import { signup } from 'wasp/client/auth';" to register the user with email and password. The registration is successful but when I try to enter with the email and password used during login it tells me "Invalid Credentials" even though the user has been correctly registered.
The only way to access is by resetting the password.
The only thing I changed is the reference to clientRoute in emailVerification in Main.wasp.
Can you tell me what I'm doing wrong?
Thanks!