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
{{ message }}
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
Hey, there's a special case where the auth is failing for me: using subdomains on localhost.
For example I use: http://gitlab.localhost:3000 in this PR.
There are a few places where you compare the location.hostname with "localhost", it fails when hostanme is something like foo.localhost. Maybe you can compare it with location.hostname.split('.').pop().
The text was updated successfully, but these errors were encountered:
Hey, there's a special case where the auth is failing for me: using subdomains on localhost.
For example I use: http://gitlab.localhost:3000 in this PR.
There are a few places where you compare the
location.hostname
with"localhost"
, it fails whenhostanme
is something likefoo.localhost
. Maybe you can compare it withlocation.hostname.split('.').pop()
.The text was updated successfully, but these errors were encountered: