You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,17 +30,17 @@ var writeKey;
30
30
ENV==='production'? writeKey ='A': writeKey ='B';
31
31
```
32
32
33
-
## How to Resolve 'Failed to Load Analytics.js ChunkLoadError'
33
+
## How do I resolve the 'Failed to Load Analytics.js ChunkLoadError'?
34
34
35
-
This error can occur for a few reasons:
35
+
The error can occur for different reasons:
36
36
37
-
1. Snippet Syntax: Ensure the Segment snippet is correctly added to the page. Check for any missing or extra characters. Please follow our guide[here](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-install-segment-to-your-site).
37
+
* Snippet syntax: Ensure you correctly added the Segment snippet to the page. Check for any missing or extra characters. Follow [this guide](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2-install-segment-to-your-site).
38
38
39
-
2. NPM Package: If using Segment via NPM, refer to this [guide](https://segment.com/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2b-install-segment-as-a-npm-package).
39
+
* NPM package: If you're using Segment through NPM, refer to [this guide](/docs/connections/sources/catalog/libraries/website/javascript/quickstart/#step-2b-install-segment-as-a-npm-package).
40
40
41
-
3. Browser Cache: Try clearing the browser cache, as this is a common cause for ChunkLoadError.
41
+
* Browser cache: Clear the browser cache, as this is a common cause for `ChunkLoadError`.
42
42
43
-
4. Cloudflare Caching: If you're using Cloudflare to proxy Segment, please disable caching for the Segment JS file.
43
+
* Cloudflare caching: If you use Cloudflare to proxy Segment, disable caching for the Segment JS file.
0 commit comments