0
asiena created
Context: i have Angular + Dot net Core version with configuration to have separate projects for Angular and dot net core i have deployed app in my dev server and want to connect my angular UI to that dev env so i dont have to setup visual studio on my machine where i want to work on UI only.
Updated:
"remoteServiceBaseUrl": "http://localhost:22742",
to
"remoteServiceBaseUrl": "http://devIP:22742",
but still it gives me error popup saying internal error instead of displaying login page. no error or error details are logged in console. also i noticed console being cleared ever few seconds that makes it difficult do debug something;