I have an API Call in a button’s workflow, but from my backend server, it shows that it executes twice.
Things to consider:
- Changed the API from Data to Action;
- Recreated the button;
- Recreated the workflow;
- Reinitialized the call;
- Rechecked the backend;
Everything without any success.
In my backend, it shows that the first request has [“headers”][“origin”] from Bubble url, but the second does not, it has several [“baggage”] with the content:
“bubblegroup.workload.tags.http.route=workflow/start,bubblegroup.workload.tags.http.host=host_here,bubblegroup.workload.tags.workflow.id=bTOhK,bubblegroup.workload.tags.workflow.action.id=bTPJw”
I don’t know what to do.