
I have two questions related to this.
Q1: It says on the web answer https://appwrite.io/threads/1228464082269765633 that redirects to this thread that the solution is "Solution: 1. For flexibility in field size, consider using variable length fields without defining a specific size." However, you can't set strings to be variable length as far as I know? How do you do that?
Q2: Related to Q1, I'm also hitting errors trying to store a string that's bigger than the current attribute size. eg: xxxx.vue:385 AppwriteException: Invalid document structure: Attribute "name" has invalid type. Value must be a valid string and no longer than 20 chars at Client.eval I was assuming this would automatically get truncated but it throws an error instead. Are we supposed to do this checking as part of client side validation/sanitisation before storing? If so, how can you easily retrieve the attribute sizes client side so you don't have to hard code them to keep things synched in case of future changes? Modifying Attribute size - Threads - Appwrite In this support thread for Appwrite, the user is facing issues modifying attribute sizes in a database during the development stage. They are concerned about potentially needing to delete and re-enter attributes in production if the size needs to increase. The user is used to environments where field sizes are variable and wonders if creating la... Modifying Attribute size - Threads - Appwrite
Sonicviz โ 07/06/2024 18:10 Also, according to this https://github.com/appwrite/appwrite/issues/3328 you should be able to update attributes but key and size are always uneditable, and you can only delete and recreate if you need to modify these. GitHub ๐ Feature: Update database attribute ยท Issue #3328 ยท appwrite/appwr... ๐ Reproduction steps When we put wrong attribute in database section ๐ Expected behavior we should be able to edit the attributes of a database collection. ๐ Actual Behavior their is only delete bu...
Recommended threads
- โ[Help] Function stuck in "waiting" stat...
Hi Appwrite team ๐ I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
