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
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...