This is the appsettings.json of the Web.Host
"App": {
"ServerRootAddress": "http://api.mydomain.com/",
"ClientRootAddress": "http://app.mydomain.com",
"CorsOrigins": "http://app.mydomain.com"
},
and the appconfig.json in angular 2 { "remoteServiceBaseUrl": "http://api.mydomain.com", "appBaseUrl": "http://app.mydomain.com" }
I did. Still the same problem. Sometimes I restart Visual Studio and it works sometime it doesn't
Removing npm-shrinkwrap.json will have any effects? I mean what is the actual reason you added this file
Thanks
Hi,
In package.json I write:
"primeng": "4.0.0"
and then fireup npm install
Can you please tell me if there is any service that I can use to achieve retrieving the permissions from database for a user?
How can I get all permissions of all users. Is there any Rest endpoint that return these?
Due to the nature of my architecture I cannot make rest calls every time. So it is better to cache it as you suggested. My plan is the following:
Once the microservice is up I do a rest call and get all permissions. Then I cache them and do local checks. How can I achieve that?
Hi,
Can you give more details please?
I have exactly the same problem and I cannot proceed. Also the document is outdated (old project.json format)
Have the same problem. Just downloaded a test project (asp.net core and jquery) I run migrator then I run the site once I click New Tenant or Login I get this error