I :clap: the plugin devs for keeping the plugin self sufficient and not using external APIs, but my guess is their plugin is hitting the limit of Bubble server side plugin actions and Bubble timeout limits.

See what they say but I could see you needing to use the API Connector with an external API service. Easy to setup but requires $$$ to pay them, might end up being cheaper anyways than using the Bubble WU workload units the plugin consumes.

Or the plugins functionality could be cloned in a Google Cloud Function and you call that with the API Connector as well (advanced difficulty, not what no-coders want to be doing)

1 Like