Troubleshooting

Quick fixes for the most common issues.

My data isn't showing

  • Confirm the dataset's connection exists and its secret is set (Data panel).
  • For a database, check the connection string and that the query returns rows — the agent can test the query.
  • Check the brick's bindKey matches the dataset's target key.

A filter doesn't re-query

The filter input's bindKey must match the key referenced in the dataset's params (e.g. filter.region). See Datasets & filters.

Styling looks off

Prefer tokens and scope tokens over inline CSS — inline style ignores the theme. Check whether a parent container sets a conflicting scope token.

Deploy fails

Make sure the host is connected (its API token is set) and you're within your plan's deploy limit. See Deploying and Plans.

A change went wrong

Undo (⌘/Ctrl+Z) — manual and AI edits share one history, so you can step back to any point.

Still stuck? Describe what you expected versus what happened to the builder — it can often diagnose and fix it.

Next steps