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
- Anyone can help me about payment issue
I was using the free plan, and when it ended, I received an invoice. However, I had already canceled the plan. Could you please explain why the invoice is still...
- Appwrite for Education
I am writing to report an issue with my account limits. I currently have the GitHub Student Developer Pack active, which should include 10 Appwrite Pro projects...
- how think about relationships?
From what I understand, relationships don't work like foreign keys. So, two things: Is the way to simulate foreign keys to manually pass references to IDs? In...