When using the app I enter my user and then select to login via the frontend. Browser opens but generic something went wrong error with pocket id. If I generate a code in PocketID I can login that way and it takes me back to the app. I can navigate around ok.
If I close the app and open it again I get:
type ‘String’ is not a subtype of type ‘Map<String,dynamic>?’
I’ve been on the unstable version since then and have been keeping it updated. All has worked great until I implemented the oauth and tried the app.
I just re-enabled local auth, cleared the app cache and confirmed I can login with my original “local” user. I logged in solely with the app.
I then logged out and tried the front end option. This gave me the error (while on the login screen) of ‘this account is managed by a third-party authentication provider’
That may just be some confusion with account names due to me having a local and then adding an oauth one and not super relevant.
If you’re using a third-party auth provider, you’ll need to use the “Login with frontend” option. This is a little confusing but we’re working on that.
Huh as long as it works in the browser and you’re using the „Login with frontend“ option, it should work fine, because in that case the app is using the frontend to log in (as the name implies). It might be related to something with cookies or such because the web view that’s used by the app when logging in with the frontend might be more restricted than a browser.
Anyone here using pocket ID and the android mobile app?
Looked some more today and config seems fine (and still working with web) so seems like it has to be something in the Android App itself or the ‘frontend login’.