ZynthOriginal post
Rank 2: Process
Appwrite 1.6.0:
Whenever i try to update an document Attribute name, I get this error on an Integer attribute:
Invalid max param: Value must be a valid integer
Is this a known bug? (Screenshot 1)
If I reduce Max to a more realistic value, I get another error when I try to Update:
Attribute with the requested ID could not be found.
🤔
Summary
Issue with updating document attribute name in Appwrite 1.6.0, encountering errors related to 'max' parameter not being a valid integer and attribute ID not found. Possible bug reported. Solution could be adjusting the 'max' value to within limits and ensuring correct collection is being searched within.