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.

Bubble is flagging that a Make changes to a thing action is missing the thing to change. Clicking the issue in the Issue Checker takes you directly to the action in question.

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?

#829: Flusk: more detailed Issue Descriptions

Change request updated