Bubble API Connector not sending post request

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?

Hi @product17 :wave:

Can you share the action you are using to call this API? Because if you are clicking in the button “Reinitialize call” on API Connector and it is working as it is, the problem probably is in the action you are using to pass the parameters.

I fixed it. Somehow, the custom event in which the API request action was located was broken. I created a new custom event, copied all actions from the broken custom event into the new one and it worked. Not sure what exactly caused the problem here…