
i installed an appwrite with digital ocean , in that i changed _APP_DOMAIN and _APP_DOMAIN_TARGET to mytech.starbseb.in in both field , but its not verified by appwrite . my A record of sudomain is pointing to server . tell us the problem.

What you mean not verified

Where did you see that is not verified

in custom domain , it says unverified

and on clicking verify icon , it says , Domain verification for the requested domain has failed.

When adding domain in the _APP_DOMAIN
and _APP_DOMAIN_TARGET
you don't need to add it as custom domain, as it become the main domain

Remove the custom domain And access Appwrite through that domain

What do you see then?

i see appwrite without ssl

how will i take ssl?

For that you can do
- Set the
_APP_OPTIONS_FORCE_HTTPS
variable toenabled
then restart the docker compose by running
docker compose down && docker compose up -d
- If after few minutes the SSL wasn't generated yet, and you've checked in a incoginto you can tell Appwrite to generate SSL for all domains by running
docker exec appwrite ssl
Recommended threads
- Google signin with appwrite
I want to use Google sign in in android and create session from idToken using appwrite. But, i don't know if it's achievable or not. because i don't want to use...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
