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
databases.create(ID.unique(), 'test')
What version of Appwrite are you using?
1.3.3
I just noticed this error as well
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
Btw when you've upgraded to 1.3.3 did you run migrates?
No.. I upgraded from 1.3.1
So Backup your database And run migrate
Then try again
You can see more in this message https://discord.com/channels/564160730845151244/1101356664633970710/1101608958076145695
As usually you don't need to run migration, this time you need even in a patch version
Ah I will give that a try now, thank you!
lmn
API 500 Errors after upgrade from 1.3.1 to 1.3.3
worked a treat, thank you @Binyamin
Recommended threads
- Need help to create a wrapper which let ...
I’m looking for help setting up Appwrite properly on a VPS so I can build a self-hosting wrapper around it. The goal is to provide a Linux executable that allow...
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- Method EQUAL not wrking in REST API Quer...
Request: ``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%2...