Hi,
I have been using the API connector now for a while and now have come across the following issue:
I have set up a post request via the api connector in different ways, while using the json body:
When I execute the request within the API connector set up, everything works fine.
As soon as I execute the request from a workflow, Bubble just stops working and does not do anything anymore. I tested with every possible combination of the body (empty body, passing keys with empty values, passing keys with filled values) and it still does not work within the workflow.
To explain a bit further what happens:
- The workflow gets to the point of the execution of the API request action
- Then it stops. Clicking on “Run” or “Next step” in the debugger does not do anything.
- Running it without debugger yields the same results. The request is never sent out of Bubble.
Does somebody know how to fix this or could this be an issue that Bubble has to solve?