I\'m trying to build a proxy server on with Node.js on Heroku using http-proxy. Everything works fine locally, but I\'m having some troubles on Heroku.
var
I use http-proxy successfully on Heroku. The first thing I noticed in your log err is the url it is GETting: GET lelylan-api.herokuapp.com/tdevices
There is a typo... instead of '/devices' it shows '/tdevices'. Before continuing can you confirm this is the actual log message?