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
- AttributeError: 'Context' object has no ...
I'm getting an error executing my function. I'm not able to replicate this locally since I have to use a mock context. Is there a way to debug this kind of erro...
- Support for adding domain...
I dont know how to setup domain on appwrite sites, need your help
- SSR share session to client using custom...
Hi, so I was trying to get a hang of using SSR and using realtime updates in the same time which is done easiest if you have a custom domain in Appwrite and as ...