iExchange
iExchange Developer Docs

Troubleshooting

IssueCauseFix
QuickTradeWidget is undefinedScript not loaded or wrong pathConfirm SCRIPT_URL is correct and script finishes loading before calling createWidget
Widget styles look brokenApp’s CSS overriding shadow stylesEnsure you haven’t added all: unset globally; widget is encapsulated via Shadow DOM
SDK events not receivedUsing wrong event nameUse widget.subscribe('all', ...) to debug and list event types
Theme not applyingthemeMode prop missingPass themeMode: 'light' or 'dark' when creating widget

If an error isn’t covered here, open the browser console — the widget logs descriptive messages for most failures.