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.

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 a button to change the data of a thing but haven't specified which thing should be changed, 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.

Note: some issues, especially those that involve intricate calculations or dependencies, might take a bit longer to be detected and displayed. In some cases, the issue(s) might not appear until you navigate to the specific page in the editor where they exist. Always ensure you thoroughly review each page of your app before you deploy to make sure all issues are caught.

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

We generally discourage disabling the Issue Checker, as it's important to keep the number of issues in your app at zero. Additionally, disabling the Issue Checker lets you deploy the app even with potential issues, which can lead to a live app not functioning properly.

Last updated