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)
- 
    0This problem occurs because you still use the license code from your trial period. AbpLicenseCodevalues 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 AbpLicenseCodefrom theappsettings.jsonfile into your existing projects'appsettings.json. You must replace allAbpLicenseCodein all yourappsettings.jsonfiles.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 
 
                                