appwrite / appwrite

Your backend, minus the hassle.
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
44.14k stars 3.94k forks source link

🐛 Bug Report: after migration the database from self-hosted instance one collection brings server error 500 #8733

Open xpediteur opened 1 week ago

xpediteur commented 1 week ago

👟 Reproduction steps

when i migrate my the database from self-hosted instance to appwrite cloud, all collection are fine. One collection brings server error 500.

👍 Expected behavior

It shoud show my collection correctly with all data

👎 Actual Behavior

error message: {"message":"Server Error","code":500,"type":"general_unknown","version":"1.6.0"}

🎲 Appwrite version

Appwrite Cloud

💻 Operating system

MacOS

🧱 Your Environment

i use "appwrite": "^10.1.0" in my vue.js project, all is working fine.

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

Suvendu-UI commented 1 week ago

can i solve this issue ?

Suvendu-UI commented 1 week ago

can you just tell what was the type of file which gave this error?

xpediteur commented 6 days ago

The type is a database table. I had to remove the table (collection) and rebuild it manually.