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
?- Re-upload your app.ele file on the Quip Developer Console and Submit to pick up those changes.
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)".