ngx-admin-bundle-support
ngx-admin-bundle-support copied to clipboard
why webcoreapi running, cannot reach the main page: http://localhost:3001/ which shows 404?
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.
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
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