You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging in with GitLab shows an authentication error; the master logs show AuthenticationError: Could not retrieve GitLab id. The issue seems to be that GitLab's V3 API, which is used by Origin, stopped working tonight:
curl -i "https://gitlab.com/api/v3/user" -H "Private-Token: SECRET"
{"error":"API V3 is no longer supported. Use API V4 instead."}
If the GitLab code is being updated, it might also be nice to address #17954
Version
Origin 3.9
Steps To Reproduce
Setup Origin to Login with GitLab
Try logging in and notice the authentication error
Current Result
User can't login with GitLab.
Expected Result
User should be able to login with GitLab.
The text was updated successfully, but these errors were encountered:
Logging in with GitLab shows an authentication error; the master logs show
AuthenticationError: Could not retrieve GitLab id
. The issue seems to be that GitLab's V3 API, which is used by Origin, stopped working tonight:If the GitLab code is being updated, it might also be nice to address #17954
Version
Origin 3.9
Steps To Reproduce
Current Result
User can't login with GitLab.
Expected Result
User should be able to login with GitLab.
The text was updated successfully, but these errors were encountered: