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
- Help with nameservers
I just added our domain, and as per instruction in the page following, it says, "Add the following nameservers on your DNS provider. ..." I want to keep my cu...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...
- Issue with email/password auth in Flutte...
is there an issue with Flutter auth right now? I am unable to login all of a sudden in my app with `createEmailPasswordSession`... when I go to verify the login...