Fusetag not loading
Problem
Fuse doesn’t seem to be loading on your site at all.
Solution
Perform the following diagnostic checks:
Check fuse.js included in page header
Check whether the fuse script loaded by confirming that it is logging.
- Open the DOM inspector
- Use the search feature to find
fuse.js
.
- You should see it in a
<script>
element in the <head>
section.
- Confirm the
src
attribute points to URL you received during onboarding.
Check fuse.js downloaded
Check whether the fuse script actually downloaded.
- Open the network panel
- Refresh the page
- Search for
fuse.js
.
- Confirm the
status
column is 200
.