
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
- Stuck at pinging the server to finish ad...
I'm not using the starter app and I'm not sure how to finish connecting my app to Appwrite.io. Is there a CURL command I can run to finish setup?
- 500 internal error
I get a 500 internal error when trying to access my database on appwrite cloud. Sometimes it would start working but this time it never corrects.
- Error getting session: AppwriteException...
I get this error `Error getting session: AppwriteException: User (role: guests) missing scope (account)` when running in prod. As soon as I try running my app o...
