Hi everyone,
I'm using Ionic Vue with Capacitor, building an Android app and I'm having a problem with OAuth2 (Google) login.
I have set up the Deep-Link correctly (I strongly think so) with Appwrite's Custom Domain such as below:
My App's Deep-Link hostname = https://app.azzotech.com.my Appwrite's Custom Domain = https://appwrite.app.azzotech.com.my
On the Google login's flow itself, it can open the google account selection page, then I can select the Google account I want to use for login, then my app will open triggered by the deep-link. But when I try to get the user account, I will receive 401 error. Closin the app and reopening it will result in the same.
To add something weird, just now I noticed that if I uninstall the app, then install it again, I will be logged in with the previous Google account when I open the app after installation. Thanks in advance.
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...