I am trying to create a document as an anonymous user. Setting the create to users did not work, so I tried adding a label for the anon user.
See attached for the user's labels, the READ works fine with label:anon, but the create doesn't.
TL;DR
Anonymous developer is unable to create a document even after setting a label for the user. The error message indicates that the permissions must include 'label:anon'. The READ operation works fine with the label 'anon', but the CREATE operation does not.
Mojo
24 Jan, 2025, 20:07
TypeScript
{code: 401,type: 'user_unauthorized',response: {message: 'Permissions must be one of: (any, users, user:6793ef198664357f1abf, user:6793ef198664357f1abf/unverified, users/unverified, label:anon)',code: 401,type: 'user_unauthorized',version: '1.6.0' }```