I have Cloudflare Access Tunnels in front of my Appwrite instance. When creating a CNAME in Cloudflare for my custom domain, if I don't enable Proxy, CF doesn't actually pass the traffic along at all. But if I do enable it, Appwrite won't verify the domain. I've been able to get around this by disabling Proxy for a couple of seconds whenever I want to add a domain, but this is not optimal.
I would expect Appwrite to actually just check if the domain I've entered points to Appwrite - try making a HTTP request to an expected endpoint or something.
Ya...it does cname check. But anyways, if you're using cloudflare in front, you may not even need to verify
Please create a new post instead of posting in someone else's thread
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- I recently applied for the free plan und...
I recently applied for the free plan under the GitHub Student Developer Pack. However, my billing status still shows $15, and it mentions that this amount will ...
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...