Hello Appwrite Community,
I've got some problems with installing the self-hosted appwrite server in docker. Because when I try to start the traefic service, I get an Code 500 Error from Docker. But I don't know what I can do against it to fix the problem. Can you help me with this problem?
Thanks π
A Docker 500 on the Traefik container is usually a symptom rather than the root causeβit's often caused by port conflicts, invalid Docker/network config, or volume permission issues. I'd start by checking docker logs traefik and docker compose ps to pinpoint where it's failing. Happy to help you troubleshoot it. Can you share the full Traefik logs and your Docker Compose version? <@1145977546991730801>
Recommended threads
- Function deploy not working "invalid doc...
When I do `appwrite push function` it ends with error creating function rule. My instance is self hosted 1.9.5 and when the error happens docker logs this: ``` ...
- Can't create or update functions via CLI...
Self-hosted 1.9.5 β all function create/update return 500: Unknown attribute: "providerBranches" (metadata β physical-column desync after upgrade) Env: Appwrit...
- Unable to login after upgrade to 1.9.5
I had v1.9.0 installed on a VPS without a web server installed, I followed the instructions as per the upgrade guide with the added --migrate=true arg as there ...