I successfully installed the Tyk on-premises API Gateway (version 2.3.7) to a clean Ubuntu 16.04 VM per the instructions at https://tyk.io/docs/get-started/with-tyk-on-premise/installation/on-ubuntu/ . Unfortunately, all my API requests return a 404 error.
Here are the steps required to reproduce this error:
- Log on to Tyk Dashboard (version 1.3.7)
- Navigate to APIs
- Create “test-api” API
- Set Open (Keyless) for Authentication mode
- Save
- Open API URL (http://mytest.com:8080/test-api/)
I was expecting the Tyk on-premises API Gateway to proxy my requests to https://httpbin.org/ . However,
I get a 404 error for all requests. Any idea what is happening here? I do not have this issue with the
Tyk Cloud API Gateway,