ngx-admin-bundle-support icon indicating copy to clipboard operation
ngx-admin-bundle-support copied to clipboard

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

Open ee2ace opened this issue 4 years ago • 2 comments

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.

ee2ace avatar Dec 15 '20 04:12 ee2ace

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

enixlabs avatar Jan 06 '21 13:01 enixlabs

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

MhdHussain avatar Feb 19 '21 18:02 MhdHussain