The Backend Instance object
- Name
-
allowedOrigins - Type
null | string[]- Description
For browser-like stacks such as browser extensions, Electron, or Capacitor.js, the instance allowed origins need to be updated with the request origin value. For Chrome extensions popup, background, or service worker pages the origin is
chrome-extension://extension_uiid. For Electron apps the default origin ishttp://localhost:3000. For Capacitor.js, the origin iscapacitor://localhost.
Feedback
Last updated on