We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to create new document it throw an error with code 500 appwrite: ^11.0.0
appwrite: ^11.0.0
flutter version
Flutter 3.13.4 β’ channel stable β’ https://github.com/flutter/flutter.git Framework β’ revision 367f9ea16b (11 days ago) β’ 2023-09-12 23:27:53 -0500 Engine β’ revision 9064459a8b Tools β’ Dart 3.1.2 β’ DevTools 2.25.0
final response = await _ref.read(appWriteDBProvider).createDocument( databaseId: 'xx', collectionId: 'xxx', documentId: ID.unique(), data: payload.toJson(), );
create new document
flutter: \^[[38;5;196mβ β {<β¦> flutter: \^[[38;5;196mβ β "message": "Server Error",<β¦> flutter: \^[[38;5;196mβ β "code": 500,<β¦> flutter: \^[[38;5;196mβ β "type": "general_unknown",<β¦> flutter: \^[[38;5;196mβ β "version": "0.11.3"<β¦> flutter: \^[[38;5;196mβ β }<β¦>
Version 2.0.x
Linux
No response
The text was updated successfully, but these errors were encountered:
I found out that I send a wrong attribute to the server
Sorry, something went wrong.
No branches or pull requests
π Reproduction steps
When I try to create new document it throw an error with code 500
appwrite: ^11.0.0
flutter version
π Expected behavior
create new document
π Actual Behavior
π² Appwrite version
Version 2.0.x
π» Operating system
Linux
𧱠Your Environment
No response
π 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: