How to test if Vitals causes a bug on your store

You might need to check if a specific app is causing a specific issue in your store. Given how incredibly complex Vitals is, merchants sometimes feel that everything that's not working is due to Vitals. 😀

And we're happy to help them investigate this issue. Two methods can be used to temporarily disable the Vitals app on your store, as to help isolate if it is Vitals that is causing it.

1. Switch OFF Vitals from the App embeds menu

  1. Go to the Shopify theme editor
  2. Find the Vitals app in the app list
  3. Switch it off
  4. Click Save

The Vials app will not be loaded in your theme.

2. Disable Vitals for non-admins

  • The Vitals app has two operating modes that you can choose from. One of the available operating mode is Preview, which lets you completely disable the Vitals app for anyone who is not detected as Admin with just one click. For more information about the Vitals Operating Modes, you can go to this resource: Understanding The Vitals Operating Modes

3. You can also temporarily disable the Vitals app using your browser's native Developer Tools. Here are the steps:

  1. Open the store in Google Chrome.
  2. Open Chrome Developers Tools - you can do this in several ways:
    1. right-click anywhere on the page and select Inspect
    2. from the browser's menu  » More Tools » Developer Tools
    3. using a shortcut: Ctrl + Shift + I (Windows) or Command + Option + I (Mac)
  3. Select the Network tab and type bundle in the Filter box (to the left of this page section).
  4. Refresh the page.
  5. You'll see a file loading bundle.js?shop=_____.myshopify.com - right-click on it and select Block request domain.
  6. If you refresh the page again, you'll see your store loading without Vitals. This is how you can assert whether an issue in your store is caused or not by Vitals.

That's all. Here's a quick video overview of the above:

After you've concluded your test, don't forget to right-click on the same file  bundle.js?shop=_____.myshopify.com (it should now be displayed in red as it's blocked) - and select Unblock appsolve.io.

Is this resource helpful? Thanks for the feedback There was a problem submitting your feedback. Please try again later.