Support

Check the error-code reference first; most install and publish failures map to a documented code. If you still need help, file a ticket below.

Report an issue
Common error codes
  • AUTH_TOKEN_MISSING 401
    JWT Bearer token missing
  • AUTH_TOKEN_INVALID 401
    JWT signature or shape invalid
  • AUTH_TOKEN_EXPIRED 401
    JWT exp claim has passed
  • AUTH_SCOPE_INSUFFICIENT 403
    Token scope does not include the required permission
  • AUTH_MFA_REQUIRED 401
    MFA step-up required
  • AUTH_TENANT_MISMATCH 403
    Cross-tenant access denied
  • VAL_REQUIRED 400
    Required field missing
  • VAL_INVALID_FORMAT 400
    Field failed format/regex validation (email, phone, guid, ...)
  • VAL_OUT_OF_RANGE 400
    Numeric/date value out of range
  • VAL_LENGTH 400
    String length violates min/max
  • VAL_UNIQUE_VIOLATION 409
    Unique constraint violated (email, slug, ...)
  • STORE_APP_NOT_FOUND 404
    appId not found in catalog