-
Hi, I am stuck on email verification with headless allauth because I keep getting the following error. Error
My custom VerifyEmailView
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
When you print the key, I still see a |
Beta Was this translation helpful? Give feedback.
-
Yo estoy presentando el mismo problema al probarlo con postman me devuelve el error 400 Hello from example.com! You're receiving this email because user Al has given your email address to register an account on example.com. To confirm this is correct, go to http://127.0.0.1:8000/account/verify-email/NDk%3A1tWG0Y%3AUwH_smQkh8D3jfPNRihPXWHp7A5j_5Q_0BCeLL88rhI Thank you for using example.com! |
Beta Was this translation helpful? Give feedback.
When you print the key, I still see a
%3A
in there. That suggests that there is something going wrong in the encoding/decoding. Perhaps your frontend is double encoding it, or not sure. In any case, check that.