I have a database with a collection with the next atributes:
- Racha [Integer]
- Monedas [Integer]
When I try to change the value of this fields in appwrite I'm getting the next error [Screenshot1]
But if I change to null value, appwrite let me change it.
In the second screenshot I'm showing the value is an Integer:
Interesting. Could be some kind of UI bug. Is this happening in cloud or self-hosting?
Self-hosting I guess? 🤔
If so, go to the docker compose file and change the console version to 6.1.17
Then after that, you will need to recreate the container by running docker compose up appwrite-console -d
it should be fixed on Cloud, on self-hosted, grab the latest console image from release page and update in your docker-compose.yml and restart appwrite stack.
Ok, I will check it, thank you
I have self-hosting, version 1.7.4, I tried put v 6.1.17 and 6.1.20 and it's not working
The latest Console image doesn’t work properly with the latest (v1.7.4) self-hosted release. The latest working Console image that works with v1.7.4 is 6.1.21
I tried with 6.1.1 and 6.1.20 and was not working
Please someone can help me? I hace now 4 days without continuing developing my app for this, I cannot do anything
I dont understand this bug, and how it is possible anyone more is getting crazy with this, I have one friend with the same problenm and the only solution is going some versions before, wow
Recommended threads
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...