HI all
We are currently facing the issue below with our 3 ASP.NET MVC projects created using the ABP boilerplate . Previously The projects were communicating with each other when making GET and POST requests when ran locally We then proceeded to deploy the ASP.NET solution to linux instances on AWS elastickbeanstalk and configured the endpoint to point to the deployed solutions URL's when making GET and POST requests from both deployed and localhost we are met with the error 500 message below is the detailed error retrieved from the log file
please advise
**2021-10-18 22:07:30.641 +02:00 [ERR] ABP-LIC-0013 - License exception: ABP-LIC-0023: An error occured while calling the license server! Cannot retrieve your computer ID! Contact to license@abp.io! [Architecture: X64 | Description: Microsoft Windows 10.0.19043 | FrameworkDescription: .NET Core 3.1.16 | Ex.Detail: Invalid class ] **
- ABP Framework version: v3
- UI type: MVC
- DB provider: MongoDB
- Tiered (MVC) Identity Server: yes
3 Answer(s)
-
0
Also set your environment to Production/Staging (anything else rather than Development)
ASPNETCORE_ENVIRONMENT = Developmenthttps://support.abp.io/QA/Questions/1849/Running-the-Micro-service-Solution-on-Dockers#answer-0440d6d4-a097-2e90-3ab5-39fefb172a24
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)