Good Evening All,
I’m trying to use Bubble to pull data from the Clash of Clans (CoC) API to show my clan’s leaders, and to give them an easy way to note if someone has been performing well (donating, etc), or underperforming.
I’ve connected my app to the CoC API, but they require static IP addresses for the API to function. So, I got the IP for tavernclash.bubbleapps.io, and generated the token.
(Screencap of the Clash of Clans API token page at https://developer.clashofclans.com)
I configured it in Bubble for a GET call, and it worked wonderfully for about a day…
(Screencap of the Bubble API Connector configuration)
Problem is, the IP address of tavernclash.bubbleapps.io (Amazon Web Services) seems to be changing. It was 52.41.172.42, then 52.41.124.251, now 54.71.31.232. This results in a “not authorized” error message when running the API. Does anyone have any suggestions?
(Screencap of sadness)
The bones of my app are here:
https://tavernclash.bubbleapps.io/version-test/test?debug_mode=true
Thanks,
Rob