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
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Repository directory size should be less...
Whenever I create a function i get the error above. Is there a way to get around this? How do I fix this?
- "Waiting" executions
For my React Native App, I have had no issues deploying a function in Appwrite & the executions either working or failing. Now I am getting status code - 0 & j...