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
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...