I have build a Next Js app. And for the Backend I am using appwrite. So far I have a solid DB with 3 different collections. 1st is the Client Collection, 2nd is the Job Category Collection and 3rd is the Jobs Collection on which I have as child collections the Clients with a relationship Many to one (jobs can contain one clients / clients can belong to many jobs) and the Job Category with a relationship Many to ONE (jobs can contain one jobsCategory jobsCategory can belong to many jobs).
Currently I have not implemented any kind of authorizatoin and on a collection level permissions I have enabled for all three collections for ANY to allow all actions. So so far I can create clients / update clienst , I can create Job Categories / update Categories etc but unfortunately when I try to create a new Job I get this error: (Error is: AppwriteException: The current user is not authorized to perform the requested action.). The bizzare thing is that if I create the job from the console, I can update the data of this certain Job from the client side UI thought.
Please kidnly advise me any possible solution....
Recommended threads
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...