Reference

Widget errors

Meanings and remedies for public widget errors.

Error reference

CodeMeaningWhat to do
unknown_workspaceThe workspace key does not exist.Copy the key from Widget → Installation.
origin_not_allowedThe current origin is not allowlisted.Add the exact protocol and host in Widget → Installation.
invalid_inputA command payload is malformed or too large.Compare the payload with the SDK reference.
invalid_sessionThe anonymous session is missing or expired.Reload the host page to start a fresh session.
signed_identity_requiredThis workspace runs in strict mode and only accepts verified identity.Send a fresh server-signed token with identify.
invalid_identity_tokenThe identity token is invalid, expired or already used.Generate a new token with the correct audience, expiry and jti.
rate_limitedToo many requests were sent in a short period.Respect Retry-After and reduce repeated calls.