Skip to content
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

Cannot use with non-public domain names? #146

Open
michielbdejong opened this issue Jan 9, 2020 · 3 comments
Open

Cannot use with non-public domain names? #146

michielbdejong opened this issue Jan 9, 2020 · 3 comments

Comments

@michielbdejong
Copy link
Member

I can't find a way to point 'launcher.com' to 127.0.0.1 and then run https://github.com/inrupt/launcher-exploration on http://launcher.com:3000/ instead of on http://localhost:3000.

To reproduce, run npm install && npm start in the master branch of https://github.com/inrupt/launcher-exploration. That will open http://localhost:3000 and you can log in, that works.

Now add 127.0.0.1 launcher.com to your /etc/hosts file and navigate to http://launcher.com:3000/ and try to log in. The login popup will hang, and you'll see an error like this:

Screenshot 2020-01-09 14 42 38

@jaxoncreed
Copy link
Contributor

Hmm that's certainly strange. I would have thought it would work even if configured through etc/hosts. I'll add this as a requirement for the new authenticator.

@RubenVerborgh
Copy link
Contributor

I would have thought it would work even if configured through etc/hosts.

It does; the cause above is something different. (See for instance #73)

@michielbdejong
Copy link
Member Author

See also #79 and solid-contrib/profile-viewer-tutorial#4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants