Studio Apps
checkStudioApp
Check Studio App
Check the runtime health and discovery head of a Studio app.
Arguments
appIdstringrequiredThe Studio app IDfirstArrivalbooleanoptionalAlso run the first-arrival probe: an extra fresh entry-route visit that proves the served document is final before first paint and is never re-parented or replaced afterwards, plus a ~10s document-load count (15s ceiling) for a genuine…routesstring[]optionalIn-app hash routes to check, e.g. ["/", "/dashboard"]. Defaults to ["/"].scenarioobjectoptionalStateful health-check setup confined to the rendered app: seed localStorage before load, run ordered CSS clicks after load, then wait settleMs. Missing or invalid selectors fail loudly.tierstringoptionalWhich policy to run the routes under. "public" (the default) is what every visitor and buyer gets: worker-src is 'none' and both eval forms are refused. "owner" is the looser policy only you see in your own tab, so use it to confirm a…
Returns
Also returns friendly, non-blocking source hints when an app hand-writes a form or references a third-party form service even though Cloud forms embed natively with data-cloud-form.
Ask for it
The Cloud routes these requests to this verb.
- is my app broken
- check my app's routes
- any errors in my app
- does the dashboard route work
Pair it with
The verbs that finish the job.