-
Notifications
You must be signed in to change notification settings - Fork 36
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
Login with Github always redirects back to the Login page #41
Comments
I am also seeing this issue. I've attached a video for reference. Screen.Recording.2024-06-30.at.11.29.01.PM.mov |
Same than this one with gitlab : #34 |
This fixed the issue for me: #42 |
Hello @bert0RM, I use MY_IP.nip.io for codecov and gitlab.local domains for my local setup. Thanks ! |
@tekkeitserktok The change works for the default docker compose setup. Im not sure how nip.io works but what did you set the cookies_domain to? and what host are you using for the self-hosted-frontend? |
@bert0RM , here is my config for the frontend part: ` I tried "localhost" and "nip.io" for the cookie_domain config but it didn't work |
Can you try |
Thanks for your efforts to fix the issue. I am testing the same flow using Docker Compose and ngrok but am still encountering the same issue. When I tried using an older version of codecov-api. This issue disappeared, but other issues arose. I have also tested your proposed solutions by setting cookie_domain, but it did not resolve the problem. any idea ? |
I tried, it didn't work :'( |
I have the same problem I've tried the latest-calver, latest-stable and 24.4.1 |
Also having this same issue with a self-hosted gitlab instance |
@bert0RM 's PR fixed my issue! Thanks! |
Hey! Edit: Here are the relevant configs:
|
@rahul-roy-glean @adiRandom and others using GitHub.com: |
I'm trying out the self-hosted setup with Docker compose and trying to enable a login with GH.
I have setup the GH app as mentioned in the guide and trying to login with the same.
My docker compose looks like -
and my
codecov.yml
looks likeI haven't been able to perform a login with GH, in the worker logs i see something like -
Could someone please help here ?
The text was updated successfully, but these errors were encountered: