Affected: JavaScript-based SDKs
Overview
Reference this document when experiencing issues when using the JavaScript SDK.
JavaScript SDK Errors
Error Message |
Description |
Cause | Steps to resolve |
|
|
The error appears when attempting to evaluate a context with a context object that is too large. | The context object exceeds the maximum allowed size for the network. |
|
414 HTTP error code |
The error occurs during SDK initialization when the context object exceeds browser URL size limitations. | The context object is too large for the browser's URL character limit (2048 characters). | |
Error on stream connection: {"isTrusted":true}, will continue retrying every 1000 milliseconds |
The message {"isTrusted":true} appears when the streaming connection ends unexpectedly. |
Network interruptions or configurations that prevent long-lived connections. |
|
| XHR Errors in Older SDK Versions | These errors may appear if an end user closes a page. | These errors stem from an SDK bug present in versions earlier than 3.1.4. | Update the SDK to version 3.1.4 or later. This resolves known issues related to page closures. |