I have all my functions setup with github and they normally auto deploy. They just randomly stopped deploying on new pushes. The only work around I have is disconnecting each functions git and reconnecting it, and it builds one time then I need to redo it. I've tried compose down, up. If I disconnect my entire github project in project settings, then when I try and reconnect it it just fails every time and the only recovery is restoring to a snapshot.
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...