Unable to connect to backend when sent an request apiman endpoint #2152
-
wildfly-23.0.2.Final 1.I've created simple api in apiman but when i tried to sent request after apiman generate apiendpoint it's failed i don't know what error mean. Just local env. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If I remember correctly then wildfly defaults to localhost if it is not configured different. Second here simply means that the apiman gateway cannot reach the backend API (your unmanaged API). |
Beta Was this translation helpful? Give feedback.
If I remember correctly then wildfly defaults to localhost if it is not configured different.
Try
./bin/standalone.sh -b 0.0.0.0 -bmanagement 0.0.0.0
to listen on all interfaces.Second here simply means that the apiman gateway cannot reach the backend API (your unmanaged API).
Make sure your API is reachable (firewall, network, ip, ports, dns etc...)
As always please provide logs instead of screenshots of logs.