
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
- Redirect URL sends HTTP instead of HTTPS...
I am not sure since when this issue is present, but my Google and Apple redirect URI are no longer pointing to the HTTPS redirect URI when I try to use OAuth. ...
- Failing to run document operations on sd...
Could someone point me in the right direction I'm going in cirlces. I have a problem with sdks and my self-hosted server in production (for ~3 years) I have bee...
- Functions fail to deploy after switching...
Hi <@1087889306208718959> , after switching my self-hosted Appwrite instance to use AWS S3 as the storage backend, my Cloud Functions stopped working. I’m runni...
