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
RELEASEmode. - Set the environment variable
ASPNETCORE_ENVIRONMENTtoProductionor 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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) - Publish your project in
