Hello all!
So my issue is that I keep getting
ERROR Error creating invitation: The requested service is disabled. You can enable the service from the Appwrite console.
When trying to use a session client to run the following createDocument(...)
This is how i construct my client now
.setEndpoint(this.config.public.appwriteUrl) .setProject(this.config.public.appwriteProjectId);
if (sessionToken) {
client.setSession(sessionToken);
}
Const databases = new Databases(client);
then with the created Databases object I do the following:
databases!.createDocument(...) . I have observed 2 things, 1 this fails and I had logged the sessionToken to ensure something was present, secondly when I use the admin client with API Key the same process works. I know I am missing something but I am not sure what that is.
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)