hi
You can set a different connection string for each microservice. but you can't set two connection strings for one microserve.
ok. I will ask our angular team.
hi
You can use a class library that implements the IDistributedCache eg
https://github.com/cnblogs/EnyimMemcachedCore
Then, use it in the abp application. the abp's cache will be replaced with yours
hi
I want to proxy the api through the gateway
Gateway is like a reverse proxy server.
Your auth server is localhost:44333, but your swagger website can't reach the auth server.
Is localhost:44333 available?
hi
Does it mean the angular UI page shows the data in the wrong order?
If so, I will ask our angular team.
ok
Inject the IDynamicPermissionDefinitionStoreInMemoryCache and set LastCheckTime and CacheStamp
DynamicPermissionDefinitionStoreInMemoryCache.LastCheckTime = null;
DynamicPermissionDefinitionStoreInMemoryCache.CacheStamp = Guid.NewGuid().ToString();
After this, try to get the permission definition from PermissionDefinitionManager(IDynamicPermissionDefinitionStore) again.
hi
its correct, just that in the UI its not displaying correctly unless I restart the API (swagger)
Can you check the JSON data in the browser(angular)?
Get api/permission-management/permissions?providerName=x&providerKey=y
hi
Please send an email to liming.ma@volosoft.com
I will share the abp-translation.json file.