Troubleshooting

Common integration checks for Trading Widget and Agent SDKs.
View as Markdown

Trading Widget issues

SymptomLikely causeFix
iframe requests partner local domainbaseUrl is missingPass baseUrl: ā€˜https://app.6mm.com’.
iframe is invisible or very shortParent container has no heightSet container height or pass height.
token_provider_missingpartner-token mode has no providerAdd auth.tokenProvider.
auth_exchange_failedInvalid, expired, or mismatched embed tokenCheck backend token response and channelId.

Agent SDK issues

SymptomLikely causeFix
Signature rejectedWrong secret, clock drift, or manually changed signed fieldsLet SDK generate signing fields and sync server time.
Duplicate funds movement riskNew order number used after timeoutQuery by original agentOrderNo first.
PROCESSING treated as failurePending state misunderstoodWait for webhook or call queryOrder.
Webhook processed multiple timesRetry behavior without idempotencyAdd idempotency key and final-state checks.