I have setup my own Appwrite Instance via Docker on my Server and everything seems to be working fine except functions. I tried to use the default starter function template but always receive a Timeout when the function tries to fetch the users.
Could not list users: Get "https://.../v1/users": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
This timeout only happens inside the function. When using an HTTP client (HTTPie) and executing the API requests via that it works without a problem (see attached screenshot).
Brief overview of my setup:
I have a Traefik instance which proxies all requests to the Appwrite Traefik container/compose setup.
Furthermore I have changed _APP_OPTIONS_FORCE_HTTPS and _APP_OPTIONS_FUNCTIONS_FORCE_HTTPS to enabled.
Lastly I have set _APP_DOMAIN, _APP_DOMAIN_FUNCTIONS and _APP_DOMAIN_TARGET to point to my domain.
The rest has been left untouched compared to the getting started files.
At this point I am kind of lost for solutions since I have tried everything I can think of in the past 2 days.
Thank you in advance 🙂
Also I just tried to wget the landing page from withing the executor container but it tries so connect for forever. Using any other machine with the same url works without any issues. However wget against google.com works from the container.
Ping from within the container to the domain gets me responses without any issues.
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...