The Issue Checker

The Issue Checker helps identify and resolve problems in your application. When you're building your app, Bubble automatically checks for inconsistencies and errors, and lists the results in the Issue Checker tool.

Accessing the issue checker

The search tool is a part of Bubble's toolbar and is accessed by clicking the issue counter. Note that if there are no issues, the counter will not be visible.

Click the image to enlarge.

How the issue checker works

The Issue Checker can flag a variety of issues, from missing data sources to invalid actions in workflows. For example, if you set up text element with a dynamic expression, and that expression is not returning a text value, the Issue Checker would flag this as an issue.

The Issue Checker dynamically monitors your app for potential errors or problems. As you make modifications, it automatically updates to highlight any new issues or clear out those that have been resolved. This real-time feedback ensures that you can address any potential problems immediately, helping to maintain the integrity and functionality of your application.

You cannot deploy your app to Live if there are issues. We recommend keeping the number of issues to a minimum at all times, preferably at zero.

Disabling the Issue Checker

The Issue Checker can be completely disabled by adding a URL parameter in the URL of the Bubble editor.

&issues_off=true

The full URL of the editor would then look something like the below:

https://bubble.io/page?type=page&name=index&id=my-bubble-application&tab=tabs-2&issues_off=true

Last updated

Was this helpful?