I'm trying to setup an email verification system in my auth flow. It hasn't worked out too well. I have my domain 'parlay.live' in the web domains in the AppWrite console. When calling the createVerification function: ``` await withTimeout( account.createVerification('https://app.parlay.live/verify'), AUTH_TIMEOUT_MS, 'Verification email request timed out' );
I then get the following error:
[AUTH] Verification email failed to send: Invalid `url` param: Invalid URI. Register your new client (app.parlay.live) as a new Web platform on your project console dashboard
I have a CNAME DNS record pointing to app.parlay.live, and the parlay.live domain in the appwrite console. I'm not sure what else to do.
I should also add I have a SMTP server configured as well.
Recommended threads
- 500 Internal Error when trying get to my...
When I click on my database row in the Cloud console, the page returns a **500 Internal Error** instead of opening the database dashboard. This completely block...
- Server Error 500 when trying to send ver...
Hello, I'm using Appwrite for an app project with React Native. Since I want my users to verify their account through a verification email, I've added a web pl...
- SSL for SaaS
Hi everyone 👋 I'm building a website builder SaaS using Appwrite Cloud Functions My architecture relies on users connecting their own custom domains via CNAME...