Hi!
I Updated to 1.8.0 and there are still UI Errors in the console. I tried to migrate some data from another self hosted Appwrite and I'm not able to Include documents due to UI errors. Is there anything I can do to migrate the documents?
´´´20DrCLQtB8.js:2 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'style') at l (DrCLQtB8.js:2:57416)
Update: I fixed it by updating the console version in the compose file to 7.4.15
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...