Troubleshooting
Invalid widget options
The widget throws GlyphError with details. Ensure theme is an object and supportedChains is an array of strings.
Invalid URL errors
Verify that all URLs are valid and accessible.
Unsupported chains
Ensure strings in supportedChains match your supported set. Chain names are compared in a case-insensitive manner during validation.
CSP/iframe blocked
Add the UI host to frame-src. Verify your CDN script is allowed by script-src.
Assets (logo) not loading
Ensure theme.logo is a valid, reachable URL permitted by your CSP policy.
Last updated