First attribute not entered, but new document creation success despite failing attribute is required
- 0
- Flutter
Has anyone else experienced the first attribute in a document being changed to "undefined" while creating a new document? Document creation does not result in an error, and it's just the first attribute that gets changed to "undefined" all others get passed along and is entered properly.
Addendum: Manually updating (via appwrite web interface) said attribute in the document just spits out a "Server Error" message, so I can't even figure out what I should do (or try) to correct the first issue.
Creating a new document from the web interface does the same thing - all attributes entered correctly except the first one.
Nope, never seen that. Maybe you can share an appwrite.json export of your collection
Recommended threads
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.