akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

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

Open ee2ace opened 3 years ago

ee2ace commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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