Hello,
We are working on deploying ABP.io (Angular) to AWS (into ECS containers). We use an EC2 instance to build the docker image. Everything works fine. We got to the /swagger/index.html on the API but having problem loading the /Account/Login page. Getting a HTTP 500 error. Also, on the /Account/Login page, we are seeing a "Site is not secure" error.
. The /swagger/index.html page, however, shows the SSL is valid. Any ideas? Is there any step-by-step guidelines on how to deploy the ABP (Angular) app to AWS using docker? I've read in the the forums, about 2 years ago, that there is a plan to release this guideline. Please advise.
Thanks,
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v4.3.3
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): The Tier MVC
- Exception message and stack trace:
- Steps to reproduce the issue:"
1 Answer(s)
-
0
It seems SSL issue. Your certificate may not be trusted by the local machine. You may find faster solution about this problem since it seems a generic how to about publishing .net applications to AWS with SSL.
Also, please share related error parts of the logs under identityserver project Logs folder.
step-by-step guidelines on how to deploy the ABP (Angular) app to AWS using docker? I've read in the the forums, about 2 years ago, that there is a plan to release this guideline. Please advise.
Yes we have it on backlog but we I can't give exact time about it unfortunatelly.