This happens for existing projects but works if I create a new project on v1.5.3
No logs in sentry and docker logs Running v1.5.3 Migrated from v1.4.13
Do you have run the migration command?
yes
What are the network logs in the browser?
Any errors being shown there?
Not very informative 😬
Yeah
What are the logs for the MariaDB container?
Also, could you check the network logs in the dev tools? What are the requests that fail and their content?
MariaDB container logs
2024-03-12 19:11:58 13 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'hist_type' at position 9 to have type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB','JSON_HB'), found type enum('SINGLE_PREC_HB','DOUBLE_PREC_HB').
2024-03-12 19:11:58 13 [ERROR] Incorrect definition of table mysql.column_stats: expected column 'histogram' at position 10 to have type longblob, found type varbinary(255).
These 2 errors are repeating n times
Doesn't seems related
Network logs
And what's the request content/headers?
Recommended threads
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...