I try to set up Tyk on a local linux VM. I finally managed to get it up and running, but I seem to have missed something in setup.
As a test I create a API for httpbin, which works just fine, the trouble comes after that: when I click on one of the links on the result page, it does not append my API path and so ends up with an 404 error.
what does not work:
appending one of the endpoints to my api URL works as expected. Why is this not happening automatically?