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

Few issues with initial launch #2

Closed
rlee923 opened this issue Sep 14, 2017 · 3 comments
Closed

Few issues with initial launch #2

rlee923 opened this issue Sep 14, 2017 · 3 comments
Labels

Comments

@rlee923
Copy link

rlee923 commented Sep 14, 2017

Hi,

I actually wanted to ask some questions but I couldn't find a good communication channel so I decided to post it here.

Firstly the IdentityServer is configured to use port 6000 for IIS express, wondering why it's configured this way? Because when I try to run the app in Visual Studio, it causes issues with launching the browser. So with this I had to configure it to 12936 in the launchsettings.json file, and the startup.cs in MyWeb Application.
After this when I run these two applications, MyWeb application browser launch automatically redirect to IdentityServer and comes up with an error message saying that:

Swapping to Development environment will display more detailed information about the error that occurred

When both of them are already running under development environment.

Could you please let me know what I am doing wrong here?

Thanks.

@rizamarhaban
Copy link
Owner

You just go to the project web configuration, choose don't open browser option for the IdentityServer and MyApi project. Also, I prefer to use web project instead of IISExpress.

@AbuHelweh
Copy link

Same here, I can't access port 600 UNSAFE_PORT

I then started the console without Luch URL using IdentityServer run option
Then I tried the MyWeb App using http://localhost:14336/ then I got an error
error1
error3

attached screenshots

@LindaLawton
Copy link

This is a setting in chrome. How to fix ERR_UNSAFE_PORT error on Chrome when browsing to unsafe ports

--explicitly-allowed-ports=5000,6000,7000

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

No branches or pull requests

4 participants