[Troubleshooting] QA Assistant doesn’t load on my website
🛠️ [Troubleshooting] QA Assistant doesn’t load on my website
This article will explain how to solve specific issues with the QA Assistant.
⭐ Tip: You can trigger the QA Assistant module by pressing ctrl+Q+A or by adding ?abtasty_qa_assistant=true at the end of your website URL.
If you have tried to launch the QA Assistant from AB Tasty or the keyboard shortcut but nothing appears on your page, this could come from one of the following reasons:
The tag is not present on the page
To function properly, the tag must be present on the page where you want to apply your changes. To check if the tag is present on the page, read How to check if the AB Tasty tag is installed?
My browser configuration doesn't allow third-party cookies
We use cookies to validate your authentication. If you see the "Disabled cookies" error in the QA Assistant, it means that you need to enable third-party cookies:
Enabling cookies in Safari (desktop or mobile):
Go to the Safari drop-down menu
Select Preferences
Click Privacy in the top panel
Turn off Prevent cross-site tracking and Block all cookies
If the issue persists, open Safari’s Preferences > Privacy and disable the Prevent cross-site tracking, and Block all cookies options.

Enabling cookies in Mozilla Firefox:
Go to the Firefox drop-down menu
Select Preferences
Click Privacy
Under Cookies, select Accept cookies from sites
You may need to restart your browser to proceed
If the issue persists, open Firefox’s Settings > Privacy & Security > Enhanced tracking protection and select the Custom option, then change Cookies to Cross-site tracking cookies.
Enabling cookies in Google Chrome:
Open Chrome’s Preferences, click Settings, then Show Advanced Settings
Near the bottom of the page, select Show advanced settings
Under Privacy and security, click Cookies and other site data
If Allow all cookies is not enabled, Add [*.]abtasty.com in the Sites that can always use the cookies section
There is a cache issue on your browser
Check whether the QA Assistant opens on an Incognito browser window. If the module appears when your browser is set to Incognito, your cache might be blocking the display in the regular browser.
If so, clear your cache on your browser by performing a hard reload:
Type Ctrl+F5 (on Windows) or Cmd+Shift+R (on a Mac)
Or click on the browser’s page reload button while holding Ctrl
A browser extension is blocking the QA Assistant
In Chrome, Firefox, and Safari, various extensions may prevent the QA Assistant from loading.
To disable Chrome extensions, follow these steps:
In your Chrome browser, click
> More tools > Extensions
Switch Off the push button
Repeat step 2 to disable each extension manually
The Ghostery extension may cause multiple issues.
There is a Content Security Policy (CSP) error in the console
If you notice Content Security Policy errors in the console when you try to load the QA Assistant, there is a problem with your server configuration. Content Security Policy may be blocking everything on your website. This means that you have to individually approve every external request and allowlist them on the server configuration.
To resolve this issue, consult the back-end developers of your website and allowlist the *.abtasty.com domain in your Content Security Policy.
Other authorizations may be needed, such as blob, and so on. All details are visible in the console errors.
As a workaround you could try downloading the Disable Content Security Policy Chrome Extension.
In most cases, if QA Assistant doesn’t load on your website, it is due to one of these reasons. If this article doesn’t resolve the issue, contact the Support Team or your dedicated CSM.
Last updated
Was this helpful?