Activities of "maliming"

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.

So the permission definition still null?

Can you share a simple project to reproduce? I will debug it.

Thanks.

liming.ma@volosoft.com

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.

Showing 2121 to 2130 of 10652 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20