Hey, I recently found out that when our docker service restarts (for whatever reason, usually me poking around in config) each site deployment need to be manually enabled again, in order for them to start serving content properly.
The only solution that i found is to have two deployments at all times (one ready and one active) and when we restart docker, activate the ready one, then activate the proper one once again.
I wonder if this is something wrong with my setup, or a wider bug.
Recommended threads
- function subdomain ssl certs
The generated subdomain isn't getting a valid ssl cert, I was wondering if appwrite automatically generates one or uses a wildcard for *.functions.domain.com? ...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...