-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot log in with GitLab self-hosted #48
Comments
I think they fixed it 👏 |
I am having the same exact problem, I changed the Redirect URI to gle instead of gitlab_enterprises, which brought me to the authentication window, but then I get missing Google Cloud credentials errors in my logs. |
In your
|
Doing what @Wazabiii suggested remove the google auth error, but i brings me back to simply redirecting to the main login page :( |
@Wazabiii, you're a lifesaver! Thanks, it's working now, it was a last broken thing. If I'll have more free time, I'll publish our repo with a complete configuration on @zapal-tech. But if not, I'll be ready to help anyone who struggles a few days with setup and horrible, unmaintained documentation. |
@Wazabiii You're the best. Thank you! |
I am having issues logging in with GitLab self-hosted, this issue might be the same as #34 however I'm not too sure as they didn't provide logs.
I have created the app in GitLab and that all works okay (after changing the redirect URI as mentioned in #34) the issue is when GitLab sends me back to my CodeCov instance.
I am using Traefik as a proxy so there may me issues there related to information, such as headers, not being passed through properly. When I'm redirected to CodeCov with the token I get a JSON 500 error page and the following logs;
I can see it's erroring due to missing Google Cloud credentials. Should these be in the image?
The text was updated successfully, but these errors were encountered: