I was able to make it this far, after successfully sending the user verification link to the user email, if I click on the link its response with this message
The URL you put when creating the verification email should be of your app where YOU would receive the secret...not the Appwrite console
I tried something like so nothing was send to the email, but got an error response of invalid url 'param', url should be localhost or cloud.appwrite.io
yes, because you needed to register your app by adding a web platform to your project in Appwrite
Can you guide me on this step cause from the does it didn't specify that when creating with flutter.
Ahh yes
Please 🙏 do.
You need to add a web platform
I just add one
Is the redirect URL's domain under the domain you added as a web platform?
I saw a wild card case for either vercel, netlify, or gitpod in the host domain. The web app I create is hosted by vercel
Okay, and is it working now?
👀
I'm trying to test it
It did work by sending a verify link but this is the error on the network type of the dev tool in my browser. I use nextjs for the web app.
If I'm doing it wrong, tell me what correct ways to get it verified
I have fixed it. Thank you for the follow up @VincentGe @Steven
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...