Back

[SOLVED] email verification issue

  • 0
  • Accounts
  • Cloud
shivkumarkonade
11 Jun, 2023, 05:39

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?

TL;DR
The user was experiencing an email verification issue with their appwrite cloud. It was resolved by redirecting the site URL instead of using the appwrite endpoint. The issue was caused by an incorrect link in the `createVerification` function, which needed to be a working route. The user shared their example of `createVerification` with a localhost link. The issue should be resolved by updating the link in the `createVerification` function to a working route.
shivkumarkonade
11 Jun, 2023, 05:40
Chola
11 Jun, 2023, 08:41

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/")

Chola
15 Jun, 2023, 19:34

@shivkumarkonade did you sort this out?

shivkumarkonade
20 Jun, 2023, 01:22

@Chola yes. There was need of redirect site url instead of appwrite endpoint.

Drake
20 Jun, 2023, 01:46

[SOLVED] email verification issue

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more