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
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- [SOLVED] Production down - createExecuti...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...