🐛 Bug Report: Error updating properties of required attributes using dart-sdk #66
Closed
2 tasks done
Labels
bug
Something isn't working
👟 Reproduction steps
string
attribute withrequired
= true and give a max size of 255.Sample code:
👍 Expected behavior
The attribute should be updated with the new size.
👎 Actual Behavior
Get an error related to default value:
If you try to keep

null
as the default value:If you try to give some other default value (which shouldn't be the case, because the attribute is required by nature):

🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Something else
🧱 Your Environment
Appwrite Cloud Version: 1.6.0
Dart Version:
3.1.5
Dart SDK Version:
dart_appwrite 12.1.0
The code doesn't work, neither from my local machine nor from an appwrite function.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: