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
- Generate CSR
How do I generate a CSR for my domain host? They are asking me to generate one for my hoosting here on appwrite
- Critical Issue
<#1102936099745177700> <#1072905050399191082> <#564161373148414012> Hello Appwrite Support Team, I am writing to report a persistent issue with custom domain ...
- Appwrite Push Notifications: "Unknown er...
Hi all, I'm running into an issue with Appwrite push notifications in my web project. When I try to manually send a notification to a user from the Appwrite we...