We have a User collection within Database. So Auth::User connects to Database::User.
When we signup a user using apple sub, the Database::User is created, along with a team.
The Database::User#newUser does not appear in the collection on the web, but Auth::User#newUser does. If I query is from the SDK for Database::Users, it is returned, so the Database::User#newUser is there.
I am seeing a similar issue with Membership and Teams, although I haven't narrowed it down. The Team is being created successfully.
Database::User is not being used for Auth, you can think of it like a normal user object like chat.
Web Console not showing Database Docs, but only from one collection
Recommended threads
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...