
https://github.com/Prabhat-Chandela/mega-project-02.git
In the signup process when I am creating a document to store user profile It is giving the error appwrite exception: User not authorised to perform this action. The function that is giving error is called from the signup component and .create user profile() method I made is calling the create document from appwrite which is giving error
But the document is still being created on the appwrite cloud console I have checked But why is then the api response coming with this error .
Other things are working but why is creating this document is giving error
I have checked permissions I have given Role of any with all permissions to the collection

Possibly because you are using a new Client
instance for every service. Does it work if you use a single instance?

But that would be called only once

So you think I should try to make one client for all 3 services ??
Recommended threads
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- Is it possible to change the model to a ...
Is it possible to change the model to a custom model, like: https://chatgpt.com/g/g-rmdbtMF7a-expedia , or only the base 3.5 turbo is possible for chatting?
