I have an express app run inside a Docker container that makes a call to the Twitch API to subscribe to a channel. On my local machine, I can make the call and receive the callback on the provided route however when I load this onto a Docker Droplet and run it, the initial subscribe goes off but the callback never happens.
I did notice when I ping the droplets ip4 address it returns but when I ping http://ip4address it cant be reached.
do I need to have a domain name assigned to the IP just to get a callback? or is there a way to get around this?
Twitches dashboard won’t let you save unless you have http:// at the start.