-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hey guys. I'm unsure if the library is still maintained, but I hope so.
After a simple setup, I keep being redirected to https://gitlab.com/users/sign_in with a 503 error.
- My client hits http://localhost:3000/auth/gitlab
- I get a 302 response https://gitlab.com/oauth/authorize?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A3008%2Fauth%2Fgitlab%2Fcallback&scope=read_user&client_id=myClientId
- The previous request calls https://gitlab.com/users/sign_in and I get 503.
If I copy/paste the second step directly into the browser, it actually works. I'm not entirely sure why number 2 tries to call the sign_in URL, but it does.
Any help is highly appreciated.
Metadata
Metadata
Assignees
Labels
No labels