No webpage was found for the web address: http://localhost:21021/
See original GitHub issueASP.Net Core 2.x Abp 3.5+ Spa Angular (include module Zero)
One Solution (Merged AngularUI and Host project)
I just downloaded latest Abp template and build as Abp guides but got that error when try running the application.
console output:
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\xxx\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
Hosting environment: Development
Content root path: D:\MyProject\src\MyProject.Web.Host
Now listening on: http://localhost:32230
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 GET http://localhost:21021/
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 261.4247ms 404
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
ASP.NET Core This localhost page can't be found
I solved this problem when I realized I had accidentially removed the default route in the StartUp class' Configure method: app.
Read more >No webPage was found for the web address localhost Identity ...
In this video, I am going to show you how to fix following error " No webPage was found for the web address...
Read more >How to fix error "No webpage was found for the web ...
Hi community, I have created one dotnet core web app. Pushed it to repos in azure devops, created a pipeline and deployed it...
Read more >This localhost page can't be found. No webpage was ...
Hi, I have a web app currently in development. I have created the project using ASP.NET Core 1.1 with .NET Framework 4.6.2 due...
Read more >How to configure .Net Core Web.Host project to target IIS ...
http ://localhost:21021/api/services/app/.... Under IIS, my web page name is "NetZeroMtellService", the same is the name of the folder, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@CS-beglnner haven’t tried but it should work at http://localhost:21021/swagger. In order to see angular ui, just run “npm start” in the root folder of *.Web.Host project on the command prompt.
You are right about two web.config file, @alirizaadiyahsi can you check it ?
@CS-beglnner those are warnings, you can ignore them. When you use “npm install”, it installs newest minor version of each library. I guess on of the libraries used in angular project causes your initial problem.
If it is working with yarn, then you can go like that.