Activities of "alper"

Answer

hi,

Could you write to license@abp.io about this issue?

I'm closing the issue as it's not technical.

Is your problem fixed? if yes, how it was fixed?

@ugur did the @maliming's answer solve your problem? if yes could you please mark the answer as solution

could you tell us how did you solve your issue?

Ok I see the issue. @summeyye will check this issue

or try Rider to see if this is directly related to the ABP source-code

probably authentication server address or port is wrong. this one

what's your backend logs?

normally this happens when your startup project doesn't have AbpLicenseCode. There's a simple check if you properly include the license code config in your host project. run the following code, when AbpLicenseCode is not empty it'll not throw any exception.

var configuration = Microsoft
            .Extensions
            .DependencyInjection
            .ServiceProviderServiceExtensions
            .GetRequiredService<Microsoft.Extensions.Configuration.IConfiguration>(context.ServiceProvider);

var licenseCode = configuration["AbpLicenseCode"];

Also check this => https://abp.io/support/questions/8633/

Douglas W. has an issue about licensing. His license already expired.

fail: Volo.Abp.Account.Pro.Public.Web.Shared.AbpAccountPublicWebSharedModule[0]
      ABP-LIC-0020 - License code not found! Ensure that your appsettings.json or appsettings.secrets.json has "AbpLicenseCode" key with your license code.
fail: Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial.AbpAspNetCoreMvcUiThemeCommercialModule[0]
      ABP-LIC-ERROR - License check failed for 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial-v8.0.1.0'.
     
      For more information, contact to license@abp.io.)
Showing 41 to 50 of 2069 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.2.0-preview. Updated on February 17, 2026, 09:10
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.