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

port confusion in redirect? #2

Open
michielbdejong opened this issue Jan 19, 2024 · 1 comment
Open

port confusion in redirect? #2

michielbdejong opened this issue Jan 19, 2024 · 1 comment

Comments

@michielbdejong
Copy link

I'm running ng serve which gives me http://localhost:4200 but then when I try to log in with https://solidcommunity.net
I end up at http://localhost:4100/redirect?
code=26a578c9f681682f7f3ac0cd0718743c&state=583b612998934374bb5fbdd62926020a

If I manually edit the URL in the address bar to be http://localhost:4200/redirect?code=26a578c9f681682f7f3ac0cd0718743c&state=583b612998934374bb5fbdd62926020a
Then I end up on a page that just says authn-redirect works!

@michielbdejong
Copy link
Author

It does work correctly on port 4100 if I do npm start.
Either the readme docs need to be changed, or the port number on this line needs to be changed from 4100 to 4200, I think.

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

1 participant