Skip to content

Commit bb7c8e2

Browse files
authored
Update src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md
1 parent 5b2a3f3 commit bb7c8e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ var writeKey;
3030
ENV === 'production' ? writeKey = 'A' : writeKey = 'B';
3131
```
3232

33-
## How to Resolve 'Failed to Load Analytics.js ChunkLoadError'
33+
## How do I resolve the 'Failed to Load Analytics.js ChunkLoadError'?
3434

35-
This error can occur for a few reasons:
35+
The error can occur for different reasons:
3636

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).
3838

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).
4040

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`.
4242

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.
4444

4545
## Do you see events appear in your debugger?
4646

0 commit comments

Comments
 (0)