Bubble Backend workflow is not working

Description:
The backend workflow is expected to be triggered by the frontend; however, it appears that no actions are being initiated on the server side.

Steps to Reproduce:

  1. Initiate the workflow from the frontend interface.
  2. Observe the server logs/monitor the server activities.

Expected Behavior:
The backend workflow should be triggered, and the server should perform the corresponding actions.

Actual Behavior
No actions are being triggered on the server.

1 Like

Is your scheduler paused?

2 Likes

Maybe try step 6 like was mentioned above: Resume Workflows

1 Like

Thank you @georgecollier and @J805 for the response.

Scheduler was not paused, I don’t know what the issue was but it started working on it’s own.

1 Like

So weird. :thinking: Glad it’s working again. Sometimes I see that happen when my app is hitting capacity. It slows down and takes forever to run the backend workflows.

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.