Hi, I'm using Appwrite Cloud in the fra region.
I'm having an issue with Function domains.
Functions deploy successfully. Executions from the Appwrite Console return 200 OK. Function domain status is Active. Execute access is Anyone. DNS resolves correctly (nslookup works). However, every request to the generated *.appwrite.run domain fails. Browser: "This site can't be reached."
curl connects to the host but fails with:
schannel: failed to receive handshake Recv failure: Connection was reset curl: (35) Recv failure: Connection was reset I also created a brand-new starter function from the Appwrite Console, and its generated domain has the exact same problem.
Is there an issue with the function domains in the fra region, or is there anything else I should check?
Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...