
Is it possible to make all projects have a common list of users?
TL;DR
Is there a way to have a shared user list across multiple projects? The issue is that when a user logs into one project, their avatar is shown, but the teams they created are not visible in another project.
More details: I have 2 projects (Project 1 and Project 2)
- The user registers in Project 1
- The user creates a team in Project 1
- The user changes his avatar in Project 1
- User enters Project 2 (does not register, but uses login data from Project 1)
- The user sees his avatar installed in Project 1
- The user does NOT see the team from Project 1
Recommended threads
- Cannot create a user
Hi, I am using a lowcoder frontend and trying to create a user in Appwrite (python function). Unfortunately, all I got is an error: "Raw body: Error". It means...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Invalid credentials after migration
Hi everyone! After migrating our self-hosted Appwrite 1.3.1 to another server (staging, so a different domain), we are now getting 'Invalid credentials' when ...
