Open Closed

Problem with deploying ABP.io (Angular) on AWS ECS using docker. Account/Login page shows HTTP 500 error. #2764


User avatar
0
ou_eteam created

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)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    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.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11