I am using appwrite cloud. It is sending verification email. Once I open the link, it shows blank white screen & not update the verification. Is there any implementation remained?
the link is not point back to a page that you have set up, it has to be a working route, for example mine is currently at localhost/verify/?userId=.......
Obviously in production mode i would change from localhost.
The link is the one you set in your createVerification("your link here") function.
Mine is createVerification("http://localhost/verify/")
@shivkumarkonade did you sort this out?
@Chola yes. There was need of redirect site url instead of appwrite endpoint.
[SOLVED] email verification issue
Recommended threads
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...