Activities of "maliming"

hi

Can you share a screenshot of the link login page in HttpApi.Host project?

hi

hi

Add EnyimMemcachedCore package to your ApiHostModule.

Remove the AbpCachingStackExchangeRedisModule and call context.Services.AddEnyimMemcached();

The ABP's IDistributedCache<> will use the Memcached

Remember to configure your cache.

Answer

hi

The Volo.Abp.Account.Pro.Public.Web.OpenIddict and Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic packages contain the UI pages.

If you don't need them, you can remove them.

hi

You can disable the filter to see all the data.

https://abp.io/docs/latest/framework/infrastructure/data-filtering#idatafilter-service-enable-disable-data-filters

Answer

hi Please share your authserver.csproj file content.

hi

Call the IdentityServiceEfCoreEntityExtensionMappings.Configure(); in the Auth Sever module's PreConfigureServices

public override void PreConfigureServices(ServiceConfigurationContext context)
{
    IdentityServiceEfCoreEntityExtensionMappings.Configure();
}

hi

Can you try to add the same code(ObjectExtensionManager.Instance.MapEfCoreProperty<IdentityUser, string>) in identity and authserver projects?

The code can be duplicated.

Answer

You can remove the .Web package from auth server, and npm packages from packages.jon

But the UI won't work after that.

You can only use the oauth2 flow without UI.

: )

Showing 2991 to 3000 of 11559 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.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.