Description:
When running Sim AI inside a Docker container, HTTP connections are not working as expected. The same HTTP configuration/request works outside the Docker environment, but fails when executed from the Sim AI Docker container.
Environment:
Application: Sim AI
Deployment: Docker
Protocol: HTTP
Environment: Docker container
Steps to Reproduce:
Start Sim AI using Docker.
Configure an HTTP request/connection to the required service.
Trigger the HTTP request from Sim AI.
Observe that the HTTP request fails or does not receive a response.
Expected Result:
Sim AI running inside Docker should be able to establish the HTTP connection and communicate with the target service successfully.
Actual Result:
The HTTP connection fails when Sim AI is running inside Docker.
Impact:
HTTP-based integrations/workflows cannot be used reliably in the Docker deployment.
Additional Information:
Please investigate Docker networking, container network configuration, HTTP client configuration, and connectivity between the Sim AI container and the target service.
Severity: High.
127.0.0.1
localhost also tried

Description:
When running Sim AI inside a Docker container, HTTP connections are not working as expected. The same HTTP configuration/request works outside the Docker environment, but fails when executed from the Sim AI Docker container.
Environment:
Application: Sim AI
Deployment: Docker
Protocol: HTTP
Environment: Docker container
Steps to Reproduce:
Start Sim AI using Docker.
Configure an HTTP request/connection to the required service.
Trigger the HTTP request from Sim AI.
Observe that the HTTP request fails or does not receive a response.
Expected Result:
Sim AI running inside Docker should be able to establish the HTTP connection and communicate with the target service successfully.
Actual Result:
The HTTP connection fails when Sim AI is running inside Docker.
Impact:
HTTP-based integrations/workflows cannot be used reliably in the Docker deployment.
Additional Information:
Please investigate Docker networking, container network configuration, HTTP client configuration, and connectivity between the Sim AI container and the target service.
Severity: High.
127.0.0.1
localhost also tried