I doesn't allow me to delete some preferences... also when you update this converts booleans to string, breaking things
What do you mean it doesn't let you delete?
As for boolean, can you look at the raw API response?
- I tried to delete le last one, but it doesn't allow me to save
This is a known issue with the console UI
idk how to show you, because im using the flutter lib
but the pref was saved as boolean as true, but if i updated in the console to false, it change it to an String instead of a bool
Right...this is just a problem with the console. Since it's input fields, it's all treated as strings.
We probably have to change how we handle preferences entirely in the console
I remember having the "same problem" with Hashicorp Vault web
they "fis this" let us see the json, so we can decide if is a boolean ot a string
this could be a "temporary solution"
Recommended threads
- Getting CORS error when accessing websit...
When accessing my website I'm getting: (index):1 Access to font at 'https://assets.appwrite.io/fonts/inter/Inter-Regular.woff2' from origin 'https://mvp-site-ra...
- How to ByPass the Hostname restriction f...
Hello, Im hosting my React application in a stateless server environment, where the IP of the client keeps changing for the server. How do I bypass the hostname...
- Server error 500 in appwrite 1.8.0
jwt = users.create_jwt(res["userId"])["jwt"] I got this error 500 after changing environment variables and restarting containers export _APP_DOMAIN=server1.ava...