Skip to content

SSK-4xx - setup

  • Severity: Warning
  • Applies to: full HTML documents only.
  • Detect: storesynk tags are used but there is no <script type="module" src="…storesynk.js"> (or a dev import of the elements entry).
  • Why it breaks: without the bundle the custom elements are never defined, so every storesynk tag is inert and renders nothing.
  • Known symptoms: the entire storefront stays as raw, unstyled, empty tags.
  • Fix: add the bundle script - <script type="module" src="/storesynk.js"></script> (self-hosted: the @storesynk/elements package’s dist/ contents copied into the site, kept together).


Imported from the Storesynk skill v0.1.0 (references/structure-rules.md). To change this page, change it there.