Hi, in my app the user goes through a sign-up page where data is given to Appwrite (see attached for signUp function). Here I am creating a magic URL and userID which I pass to a callback during another session with a 3rd party provider. From this callback I want to restore that session with the userId and the Token. But unfortunately this is not possible as I am apparently missing the user roles: "Error restoring session: AppwriteException: User (role: guests) missing scope (account) "
Recommended threads
- 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...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...