Ouvert Fermé

ABP-LIC-0008 - License check failed for 'XXXXX'. #245


User avatar
0
alper créé
Équipe d'assistance 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 Réponse (s)
  • User Avatar
    0
    alper créé
    Équipe d'assistance Director

    The published apps (when on production server) don’t connect to licensing server to check license. Double check these 2 steps:

    1. Publish your project in RELEASE mode.
    2. Set the environment variable ASPNETCORE_ENVIRONMENT to Production or anything else other than Development.


    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

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