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
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...