I am trying to use appwrite cloud with my own domain.
I've set up the dns records on xyz.com with cname "appwrite" to point to cloud.appwrite.io
My endpoint is also appwrite.xyz.com.
Now when i try to create verification it dosent allow my to use my domain "xyz.com" but only "appwrite.xyz.com".
Thr problem now is the email verification link redirects to appwrite website instead of my web app where the link needs to be handled.
What should i do?
Recommended threads
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...
- MFA Recovery Codes issue
after creating recovery codes using `account.createMFARecoveryCodes()` do we need to Verify MFA factors type recovery code? I followed this guide: https://appw...
- Update string attribute
Hi, Unsure if we’re able to use newKey when updating string attribute over node.js server api call to change an attribute name instead of having to create a ne...