I was wondering how required attributes plays a role here.
I just created a document and forgot to attach a userId. However, it still made the document without any errors.
When I query the document the userId shows as null
Using Web / Cloud with React
userId shows as null
Can you share a screenshot of what you mean?
Thanks! Weird...you should have gotten an error...
i was able to reproduce...let me check with the team
ok we fixed the bug. you should get an error now if you try to pass null or if you omit required attributes
sounds good ill test it out later
Recommended threads
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [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...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...