After updating to version 1.3.0 i get an 500 error on every click on a collection. After reloading the page, the collection data is displayed correctly.
The console shows the following error (see screenshot)
Any ideas? Did I something wrong while migrating?
Hi - can you check docker logs once?
Also did you run migrate https://appwrite.io/docs/upgrade#migration (just checking once)
Hi - Yes i ran the migration (...) Migrated 3/3 projects... Data Migration Completed
even after completion this error is thrown?
Please share the logs once
Yes, even after migration. Where can i get the logs? Or from which container=
Please try running once docker compose ps
docker compose logs appwrite
you can try this too once
The last one was a winner 😉
This looks like a duplicate of https://discord.com/channels/564160730845151244/1095695113432354856
Someone is facing this too - https://discord.com/channels/564160730845151244/1095695113432354856/1095695113432354856
oops, yeah
We are looking into this, be back soon!
[SOLVED] Error 500 after updating to 1.3.0
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...