Hi i'm GODFREY1000 i am trying to use my website domain as a appwrite custom domain for my project but i am getting a veriification error
What is your aim, here?
To use my own domain as the endpoint for my email and password authentication
And are you using Appwrite Cloud or Self-hosted?
Self hosted
What’s the domain your website is at, and what’s the domain you’re trying to use as your Custom Domain? (Feel free to redact anything sensitive)
My website domain is https://betathread.com and i am trying to use appwrite.betathread.com as the custom domain
Ok. What is your _APP_DOMAIN_TARGET
set to?
I do not have that set
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...