Reference
1 min read

ROUTER_EXTERNAL_TARGET_CONNECTION_ERROR

Connection error occurred while routing to an external target. This is a routing error.
Table of Contents

The ROUTER_EXTERNAL_TARGET_CONNECTION_ERROR error occurs when there is a connection error while routing to an external target. This could happen due to network issues, incorrect routing configuration, or the external target being unreachable.

502

ROUTER_EXTERNAL_TARGET_CONNECTION_ERROR

Bad Gateway

To troubleshoot this error, follow these steps:

  1. Check network connectivity: Ensure that the network connectivity between your deployment and the external target is stable
  2. Verify external target availability: Make sure the external target is online and reachable
  3. Review routing configuration: Check the routing configuration to ensure that it is correctly set up to route to the external target
  4. Inspect firewall settings: Verify that there are no firewall settings blocking the connection to the external target
  5. Review application logs: Inspect the application logs for any warnings or errors related to routing or network connectivity
Last updated on April 27, 2024