- ABP Framework version: v5.3.4 (Stable)
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
ABP-LIC-ERROR - License check failed for 'Volo.Abp.TextTemplateManagement.Domain-v5.2.1.0'.
You need to log in using the command abp login <username>
.
For more information, contact to license@abp.io.
- Steps to reproduce the issue:
1- Use .NET Core SDK 6.0.x
2- dotnet tool update -g Volo.Abp.Cli
3- abp login avengers@talentra.net -p ourPassword
4- NuGet Restore
5- Build
6- Publish
7- Deployment
8- Go to web site and 503 error.
OUR Environment: Development
I see the above exception message in the logs. We use Azure DevOps, CI (Build Pipelines) and CD (Release Pipelines). Thanks