Skip to main content

Debugging JSON Forms Locally

In this video, we debug a JSON Form config variable that is throwing an error by running the data source locally in our IDE. Invoking the data source within our editor as we edit and test our code gives us a tighter feedback loop and allows us to iterate quickly.

The debugging done in this video leveraged the prism components:dev:run command to fetch an active Slack OAuth 2.0 connection from a Prismatic test instance. You can read more about the custom connector unit testing harness that was used here.