Question
Twitch extension callbacks into droplet
Have a Discord bot that makes use of the Twitch API, this works locally on my machine, but doesn’t work when running from my droplet, this is a simple node image, nothing else installed.
From the looks of it, Twitch is not able to the callback, I’m using the ip4 address for the base of the callback which is not working, if i change this to my local machine and run it on the local machine it calls back, so id guess its safe to say that’s the issue.
Can i use the ip4 or do i need to setup something else in order for external apis to callback?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×