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

why webcoreapi running, cannot reach the main page: http://localhost:3001/ which shows 404? #99

Open
ee2ace opened this issue Dec 15, 2020 · 2 comments

Comments

@ee2ace
Copy link

ee2ace commented Dec 15, 2020

My os is windows10, ide is vs2019 community with version 16.8.2.
But, if I create my own webapi with aspcore.net, it's all ok.

@enixlabs
Copy link

enixlabs commented Jan 6, 2021

If you run with :3001/ well it's looking for for / and so try accessing without the / otherwise it would be :3001/api or just :3001

@MhdHussain
Copy link

MhdHussain commented Feb 19, 2021

Today I bought .net core angular starter.
I am facing the same issue on macos
I run the application and navigate to localhost:3001
page not found
localhost:3001/api
page not found
same with 5000 and 5001

nothing seems to work
I am connecting it to SQL server using docker like I always do with my projects

please help

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