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
- Appwrite - Github student plan payment
Even though I have the GitHub Student package, I received a notification saying I would be switched to a pay-as-you-go plan. (It said that I could use AppWrite ...
- SMS - Github Student Pack
I have a project on Appwrite Github Student Pack but unable to send any message as I get error: "Phone authentication limit for your organization has exceeded. ...
- Dart runtime functions are timing out an...
My appwrite function is not executing at all and showing the error in error logs: I tried redeploying. Still no luck. I have set the function to ise maximum re...