Why should the string type be fixed-length instead of auto-enrichment
- 0
- Self Hosted
- Flutter
- Web
Why does the avatar field type string need to be fixed, rather than mutable, I updated the user avatar in the background, and the length sang over the fixed length here, so I couldn't add it
Hi there
If I understand correctly, you are talking about why is string attribute not mutable/can be updated after creation. I might be wrong but :
- You can update/edit attributes in versions after 1.3.0
- Mutable length : yes, we have fixed length as of now
@joeyoussHow to switch to a better version, I use your cloud background instead of my own doctor
https://cloud.appwrite.io/console This version is 1.1.2 How to upgrade to a later version
currently cloud is on 1.1.2 so it isnt possible to use a better version on cloud. You can use a self hosted version if you want https://appwrite.io/docs/self-hosting
Why can't cloud update the latest version, I'm a front-end developer, I don't understand doctor and back-end deployment at all, I hope cloud can think of Firebase, Amplify, like that, can have a hosting platform, let us use it better @joeyouss
hey
it will be on latest version in few weeks
we are taking a bit more time since we need to make sure all migrations and everything functions smoothly
I understand your concern and with Cloud, we are trying to make development really easy for devs, so I appreciate your patience while we update!
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...