Skip to main content
Version: 1.x.x

Debugging Your App

Try these debugging flows when things go wrong.

  • Are you seeing a failed to load error?
    • Check the browser Javascript console for errors.
    • Check the output of npm start (this command should be continuously running).
  • Did you update manifest.json?

You can set up your Chrome Devtools console to invoke Javascript from within your App's iframe (e.g. quip.apps.getRootRecord(), which doesn't exist outside of the App's iframe). On the top-left of your console, click the "top" dropdown and select "v-0 (view-frame)".