My application is a client application where it consumes a Proxy API and shows the data received in 'ejs'.
But when deploying on Heroku, when I try to access the url, it displays the message below:
2018-11-06T17: 10: 10.423095 + 00: 00 heroku [router]: at = info method = GET path="/ api / users / simonjefford / detail" host = shawandpartners-cli.herokuapp.com request_id = 538b1d06-c096-4c1f-95ec-e87823a08f7f fwd="191.35.57.193" dyno = web.1 connect = 0ms service = 17ms status = 304 bytes = 151 protocol = https
NOTE: On my local machine, the application works perfectly