Problem with Github OAuth #12446
Unanswered
ELatestark
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Check Weblate logs, it should tell you more info. Can Weblate reach the GHE server? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added self-signed ssl certs to the app and now it operates behind https.
When I try to login to GHE it redirects me to our GHE domain to authenticate:
Then it tells me that I'm going to be redirected to the app, but it never happens.
Auth webpage loads endlessly, but never loads and then I got redirected to main page and this error shows up:
In Network tab I see the request that doesnt work:
My docker-compose.override.yml:
OAuth config:
I've seen similar post , but WEBLATE_ENABLE_HTTPS is already set.
Tried to unset WEBLATE_ENABLE_HTTPS, but immediately got "redirect_uri_mismatch" and turned it back :D
No "uri mismatch" errors or anything, I'm stuck.
Requesting assistance!
Beta Was this translation helpful? Give feedback.
All reactions