download module template application ,appsetting.js has AbpLicenseCode ,but exception
-
ABP Framework version: v4.4.4
-
UI type: MVC
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): yes
-
Exception message and stack trace:
* [15:20:59 ERR] ABP-LIC-0020 - License code not found! Ensure that your appsettings.json has "AbpLicenseCode" key with your
license code.
[15:20:59 ERR] ABP-LIC-0008 - License check failed for 'Volo.Abp.Identity.Pro.HttpApi-v4.4.4.0'.For more information, contact to license@abp.io. [15:20:59 INF] Application is shutting down...
*** Steps to reproduce the issue**:"
7 Answer(s)
-
0
hi
Which project has this error?
Steps to reproduce the issue
-
0
1、download module template application 2、 dotnet run “identityServer" get exception 3、see appsetting.json but no AbpLicenseCode key 4、 copy AbpLicenseCode from other project but get exception
-
0
Please give some suggestion.
-
0
Hi @easonyang,is there
AbpLicenseCode
key in yourappsettings.secrets.json
file? -
0
Hi @EngincanV,
When I added the key into appsettings.secrets.json, it works now.
Thanks very much for your reply and support.
-
0
You're welcome :)
-
0