Open Closed

Issue for Docker Hosting #8200


User avatar
0
nayan.ranjane@softtech-engr.com created

Dear support I have abp template project of identity server in abp framework 8.2 and which is working absolutely fine on vs and development environment but getting error for docker hosting Please resolve asap

  • ABP Framework version: v8.2
  • UI Type: MVC
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  1. Create any template project in abp version 8.2
  2. Create publish of that and create docker image .
  3. after you run then will receive following logs 2024-10-30 15:41:32 [10:11:32 INF] Start processing HTTP request GET https://[::]:44374/health-status 2024-10-30 15:41:32 [10:11:32 INF] Sending HTTP request GET https://[::]:44374/health-status 2024-10-30 15:41:32 [10:11:32 ERR] GetHealthReport threw an exception when trying to get report from /health-status configured with name CivitCoreIdentity Health Status. 2024-10-30 15:41:32 System.Net.Http.HttpRequestException: IPv4 address 0.0.0.0 and IPv6 address ::0 are unspecified addresses that cannot be used as a target address. (Parameter 'hostName') ([::]:44374)

1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you use the website URL in your health check code?

    https://abp.io/support/questions/3327/Health-Check-Problem-on-IIS-SystemUriFormatException-Invalid-URI-The-hostname-could-not-be-parsed#answer-51baf847-087a-2aa1-1d76-3a04d9420894

Made with ❤️ on ABP v9.1.0-preview. Updated on November 01, 2024, 05:35