Replies: 1 comment 2 replies
-
PAT won't work with If you can't access the /api/* endpoints directly, PAT won't work. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When trying to log in, it does not redirect me to the Oauth login page (it does if I try to log in with Oauth instead or PAT, but then it doesn't log in correctly). I then get an error message saying:
I was previously not using external auth and I thought maybe I needed to force it to re-login, so I created a new PAT and tried to add credential but still throws the error. Also, I tried to delete the app so that it would start from scratch, but it remembers the old config when reinstalling and I can't see any local files so that's odd.
To Reproduce
Type my backend URL into the app, along with a personal access token.
Expected behavior
It should forward to the Google auth page and then sign in with the PAT.
Smartphone (please complete the following information):
Device: iPhone 15
OS: iOS 17
Firefly III v6.1.12 running in Docker behind Traefik and traefik-forward-auth using google Oauth
Latest Abacus for Firefly III
Beta Was this translation helpful? Give feedback.
All reactions