troubleshooting

Fixing a widget that does not appear

Updated 21 June 2026

If the Vynix widget does not appear on your site, it usually means the install snippet is missing, blocked, or not loading on the current page. Use these checks to find the cause.

Report Coding agent
  1. Confirm the Vynix widget snippet is installed on the page you are testing. It should be included in the site code or tag manager for that page, not only on a different route or template.
  2. Check that the snippet is placed where your site can load it on every page that needs Vynix. If your app uses client-side routing, make sure the widget is initialized after route changes if required.
  3. Open your browser developer tools and check the Console and Network tabs. Look for blocked scripts, failed requests, JavaScript errors, or content security policy errors.
  4. Review browser extensions, ad blockers, privacy tools, and consent settings. These can block third-party scripts or stop the widget from loading until consent is granted.
  5. Verify your Vynix configuration matches the site you are testing. Check the current setup against the latest installation steps in the Vynix docs.
  6. Clear cache, reload the page, and test in a private window or another browser. This helps rule out stale code, cached pages, or browser-specific blocking.

The most common reason the Vynix widget is not showing up is that the widget script is not present on the active page, or it is being blocked before it can load. This can happen after a deploy, when testing a different environment, or when the site uses a template that does not include the snippet.

If the script is present but the widget still does not appear, check for runtime errors, blocked network requests, content security policy rules, and browser privacy settings. For exact install requirements and configuration options, see the Vynix docs at https://vynix.in/docs.

Installing the Vynix widget with one script tag
Installing the Vynix widget with one script tag

Related questions

Why is the Vynix widget not showing up after I installed it?

The snippet may not be on the page you are viewing, may be loading too late, or may be blocked by a browser setting, extension, content security policy, or consent tool. Check the page source, Console, and Network tabs first.

Does Vynix work on single-page apps?

Yes, but single-page apps can change routes without a full page reload. Make sure the widget is loaded and initialized in a way that works with your app. Check the Vynix docs for the recommended setup.

Still need help?

Read the full documentation or email hello@vynix.in.