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
- Executor with custom S3 doesn't work in ...
Was testing to upgrade appwrite to 1.9.5 and when testing the S3 part i saw the executor didn't work anymore. When looking closly i saw the `StorageFactory` doe...
- Function settings doesn't work on self-h...
When a function setting is changed (like for example the function name) the servers returns a 500. The "appwrite" containers print the following error: ```bash...
- Dokploy
Hey, I'm new here. I'm selfhosting via Dokploy, no issues regarding databases but however sites and functions don't work as SSL certificates can't generate. Can...