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
- SMS OTP not delivered to Australian (+61...
Hey team! I'm having an issue with SMS OTP delivery to Australian phone numbers in my Appwrite Cloud project. What's happening: account.createPhoneToken() co...
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- Team Preferences Invisible on Console
Hello, I got the problem that team preferences are not visible within the Appwrite console. I did an API request to verify that there are preferences set and on...