Skip to content

Fix GitLab sign in throwing "Failed to fetch user profile" error

Eric Eastwood requested to merge fix-sign-in-with-gitlab-api-v3-v4 into develop

Fix GitLab sign in throwing "Failed to fetch user profile" error

Problem was with passport-gitlab2 using GitLab API v3 which was removed in GitLab 11.0 RC5

We are now relying on a Gitter fork that adds GitLab API v4 support, https://github.com/fh1ch/passport-gitlab2/pull/7


Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/1923

Merge request reports