Hi Support
I am following link : Getting started with Tyk on your local machine - Tyk API Gateway and API Management to setup tyk in my local machine using Docker compose.
The installation is ok , however when i tried to access the “nodeJS” api , have error below when test by “Debugging” tab in “APIs” menu. Please advise. Thanks
http: proxy error: dial tcp: lookup apigee-nodejs on 127.0.0.11:53: server misbehaving
MIDDLEWARE: ReverseProxy
MESSAGE: http: proxy error: dial tcp: lookup apigee-nodejs on 127.0.0.11:53: server misbehaving
Response
====== Request ======
GET /url HTTP/1.1
====== Response ======
HTTP/1.1 500 Internal Server Error
Connection: close
Content-Type: application/json
X-Generator: tyk.io
{
“error”: “There was a problem proxying the request”
}
Logs
Thanks