Skip to content

Commit 922d862

Browse files
daveomriTC-MO
andauthored
Update sources/platform/integrations/workflows-and-notifications/bubble.md
Co-authored-by: Michał Olender <[email protected]>
1 parent fbf25f5 commit 922d862

File tree

1 file changed

+16
-4
lines changed
  • sources/platform/integrations/workflows-and-notifications

1 file changed

+16
-4
lines changed

sources/platform/integrations/workflows-and-notifications/bubble.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,21 @@ The Apify plugin provides two main types of operations:
9191

9292
## Troubleshooting
9393

94-
- **Authentication errors**: Ensure your API token is in the format "Bearer <api_token>" and has necessary permissions
95-
- **Missing Actors or tasks**: Run your Actor at least once in the Apify Console to make it appear in Bubble dropdowns
96-
- **Timeout errors**: For long-running Actors, consider using asynchronous runs
97-
- **Data format issues**: Ensure JSON data is properly formatted when working with datasets
94+
#### Authentication errors
95+
96+
Ensure your API token is correctly formatted as `Bearer <your_api_token>` in the Authorization header and has the necessary permissions.
97+
98+
#### Missing Actors or tasks
99+
100+
If an Actor or task doesn't appear in a dropdown, make sure you have run it at least once from the Apify Console.
101+
102+
#### Timeout errors
103+
104+
Bubble workflows have a timeout limit. For long-running Actors, use the **Run Actor** action and a separate backend workflow triggered by a webhook to process the results asynchronously when the Actor finishes.
105+
106+
#### Data format issues
107+
108+
Check that your JSON input is correctly formatted when providing input to an Actor. Verify the structure of the dataset output when displaying it in your app.
109+
98110

99111
If you have any questions or need help, feel free to reach out to us on our [Discord channel](https://discord.com/invite/jyEM2PRvMU).

0 commit comments

Comments
 (0)