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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...