When using the python SDK or REST to create a new database I get an error over an unknown column (Error attached). The database is created but cannot be opened. Using API key with database read and write for all items. 500 Error when posting and 500 error when entering the database it creates
Summary
The user experienced API 500 errors after upgrading from version 1.3.1 to 1.3.3. The solution suggested by another user on the support thread was to backup the database and run the migration. The user also mentioned that they noticed an error regarding an unknown column when using the Python SDK or REST to create a new database. The database was created but couldn't be opened. The specific error message and steps to recreate the issue were not provided.
EthanJames
Rank 1: Thread
May 1, 2023, 12:27
databases.create(ID.unique(), 'test')
Binyamin
Rank 7: Quantum Computer
May 1, 2023, 13:08
What version of Appwrite are you using?
EthanJames
Rank 1: Thread
May 1, 2023, 13:23
1.3.3
EthanJames
Rank 1: Thread
May 1, 2023, 13:24
I just noticed this error as well
EthanJames
Rank 1: Thread
May 1, 2023, 13:43
On the DB side of things table '_1_database_2' is created with the same columns as the one I created from the front end
Binyamin
Rank 7: Quantum Computer
May 1, 2023, 13:44
Btw when you've upgraded to 1.3.3 did you run migrates?