0
alper created
Support Team
Director
I get license error when I publish my web application.
ABP-LIC-0008 - License check failed for 'Volo.Abp.LeptonTheme.Management.Domain.Shared-v2.9.0.0'.
1 Answer(s)
-
0
The published apps (when on production server) don’t connect to licensing server to check license. Double check these 2 steps:
- Publish your project in
RELEASE
mode. - Set the environment variable
ASPNETCORE_ENVIRONMENT
toProduction
or anything else other thanDevelopment
.
if you get this error on development time, then probably you haven't logged in with your ABP account. You can login with the following command
abp login <username> -p <password>
if you get this error on development time in Docker container, see this answer
- Publish your project in