Hi, I disabled DNS Proxy in cloudflare for CNAME because of Cloudflare Issue. Now Running a function that used to work while the dns proxy was active is now not working with the error: Error: connect EHOSTUNREACH ip:443
really hard to say...this is some sort of networking problem. maybe firewall.
it was working fine until i disabled cloudflare
the dns now points to a different IP address and your function is having trouble getting to that new IP address
yea it shows the host ip now
i am able to access the ip from the browser
also i am able to access the database in the frontend, just doesn't work in the function
try disabling your firewall to test
it didn't seem to work
I just ended up transferring my domain to one cloudflare account and use proxy and CNAME
It works for now
Recommended threads
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Retrieving Data From Backups
Hiya, I have a user requesting for data they accidentally deleted. I don't have document history built into my app. Is there a way to extract data from the auto...