Hey, since I upgraded to Docker Engine v29 on macOS, I keep getting errors time="2025-11-26T22:33:36Z" level=error msg="Provider connection error Error response from daemon: API returned a 400 (Bad Request) but provided no error-message, retrying in 934.987504ms" providerName=docker from traefik container. My AW version is 1.8.0 (with traefik 2.11). Thx for help.
Recommended threads
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...