I am making an API call to a custom endpoint that we configured on via AWS Gateway. When setting up the API call in the Bubble.io API connector it seems to work (response returned checks out). However, when I test this API call in a workflow (such as clicking on an element should trigger the API), the API seemingly doesn’t even trigger.
I have two questions for this:
- How do I solve this issue?
- How am I able to debug API calls that Bubble.io is supposed to make on workflows? The debugging feature doesn’t show me anything for this. It seems like the API call triggered but I can’t see anything (also not in Chrome dev tools).