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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...