Skip to content

Fix a widget that is not appearing

Work through missing script, wrong domain, cache and CSP until the chat launcher shows on the live site.

When visitors never see the chat bubble, the cause is almost always on the website side — not the Amevia dashboard. Walk the checks in order instead of skipping to CSP.

Test on the exact domain listed under Websites. Staging URLs, preview hosts and localhost only work if you connected and installed there separately.

Fix it in order

  1. Open the live URL and View Page Source — search for getamevia.com/widget.js or your agent id
  2. Confirm the script appears exactly once in the HTML served to anonymous visitors
  3. Verify the browser address bar matches the domain connected in Amevia (including www vs non-www)
  4. Purge full-page CDN or host cache, then hard-refresh or test in a private window
  5. In Amevia, open Installation and run Recheck installation
  6. If the script is present but the console shows CSP errors, update Content-Security-Policy — see CSP blocking

Easy misses

  • Snippet added in admin but theme not published to production
  • Ad blockers and strict privacy extensions hide third-party widgets during local testing
  • Duplicate scripts from theme plus GTM — remove extras and recheck
  • Widget hidden by your theme CSS — rare, but check z-index if the script loads
Fix a widget that is not appearing — Amevia Help