Posts

Showing posts with the label single-page-application

Cannot GET / error

Image
Cannot GET / error looked for couple of hours, on how to solve that, but no luck. I am using VS 2017 preview edition, and trying to open ASP.NET core 2.0 web application, that uses Angular template when i open the site (f5 or ctrl-f5), the web-browser getting opened with the message Cannot GET / I don't know what causing that and how to fix that, tried to clean/rebuild/restart VS/change project port number/restart the computer, what else can I do to solve that? i found out here that Cannot Get / actually point to an error in app.. (weird) i spent couple of hours looking for all different solution. What i did is from the Client app folder i run the command ng serve and it pointed me to the error.. (i forgot to introduced some variable (i run the app from VS, so it does the ng serve automatically, and said nothing about that error) – E.Meir Jul 1 at 11:01 ...