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.
hi
Make sure all abp&volo packages in your solution have the same version.
You can search keywords in *.csproj
files globally to check the package version.
hi
I think this is related to the virtual file system.
Can you share a simple test project?
liming.ma@volosoft.com
Thanks.