outmoded / tv

Interactive debug console
Other
186 stars 41 forks source link

Tv does not work on heroku #131

Open mtavano opened 8 years ago

mtavano commented 8 years ago

Hi guys! I've found Tv plugin as one of the best ideas to help developers avoid hell's console logs.

I've set up and followed the guide to use Tv on my project and everything was ok on my local but at the moment to deploy to heroku when I've checked app-url/debug/console I did not see any log, even when I've made many request.

anyone of you know what can be the error on this instance?

heroku console show all logs with good-console but Tv does not show anything.

osukaa commented 8 years ago

Have you defined a port in the options when registering TV? Because if not, it starts the streaming service with a random port, which probably isn't open in heroku