
I cannot connect my domain to Appwrite Cloud because the verification process does not succeed.
If I do nslookup appwrite.financico.de
the result is:
TypeScript
Server: fe80::1%14
Address: fe80::1%14#53
Non-authoritative answer:
Name: appwrite.financico.de
Address: 104.21.112.1
Name: appwrite.financico.de
Address: 104.21.80.1
Name: appwrite.financico.de
Address: 104.21.32.1
Name: appwrite.financico.de
Address: 104.21.96.1
Name: appwrite.financico.de
Address: 104.21.64.1
Name: appwrite.financico.de
Address: 104.21.16.1
Name: appwrite.financico.de
Address: 104.21.48.1
TL;DR
Developers unable to connect custom domain to Appwrite Cloud due to failed verification process. `nslookup appwrite.financico.de` returns multiple IP addresses, potentially causing issue with verification.Recommended threads
- Appwrite Datetime Fields Display as "N/A...
I'm facing an UI issue on appwrite's collection documents list. A related question is opened by me on stackoverflow. https://stackoverflow.com/questions/796559...
- CORS errors with storage bucket
I have a javascript file in the storage bucket and I used the view endpoint in an `src` attribute of a `<script>` tag. But I am getting the `net::ERR_BLOCKED_BY...
- Oauth2-Error 400Invalid `success` param:...
My code: > await new Account(client).createOAuth2Session(OAuthProvider.Google, 'https://www.mydomain.online/home', 'https://www.mydomain.online'); I ha...
