Open Closed

I purchased a license from Trial License / ABP-LIC-0018 #3931


User avatar
0
alper created
Support Team Director

I purchased a commercial license after the trial period and am now getting a license error. When you purchase a commercial license after your trial period, you may encounter the following errors:

ABP-LIC-ERROR - License check failed for 'Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton-v6.0.0.0'.
ABP-LIC-0018 - LicenseExpiredValidationFailure: Your trial period has ended!

1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    This problem occurs because you still use the license code from your trial period. AbpLicenseCode values are generated special to the project name and license owner organization. When you purchase a new ABP Commercial License and you want to use the project that you created in your trial license period, Follow the steps below:

    1- Logout "ABP CLI" and log in with your commercial license credentials. Hence you'll refresh your license information.

        abp log out 
        abp login {username} -p {password} -o {organization-name}
    

    2- Create a new project with the same project name, and then copy the new AbpLicenseCode from the appsettings.json file into your existing projects' appsettings.json. You must replace all AbpLicenseCode in all your appsettings.json files.

    3- If you are using ABP Suite, you must make a clean installation, see https://docs.abp.io/en/commercial/latest/abp-suite/how-to-uninstall

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11