
The same works fine for both Web and iOS but fails on Android with the following error:
[Error] Method: GET
[Error] URL: /v1/account
[Error] Type: Appwrite\Extend\Exception
[Error] Message: User (role: guests) missing scope (account)
I have configured the callback url in AndroidManifest.xml
. Added a platform for the android.
Looks like the cookies are not being sent. The request object seems to contain all the cookies, but the request
instance in the incoming response object doesn't have them. Am I missing something w.r.t configuration?

How many instances of client do you have in your app?

I realized that this was an issue with wrongly configured scheme http
vs https
for client endpoint.

[SOLVED] Google oauth succeeds, but fails to retrieve account - 401 response
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
