Skip to content

Banner Not Showing

Last updated: March 18, 20264 min readBeginnerBrandDeveloper

If the Arqam360 consent banner isn't showing on your website, there are several common causes. Follow this checklist to diagnose and fix the issue.

Common Causes

  • Existing consent cookie — The banner doesn't show if the visitor has already made a consent choice. Clear cookies or use incognito.
  • Script not loaded — Check your browser's Network tab for the widget-v2.js request. If it's missing or failing, the embed code isn't installed correctly.
  • Invalid API key — Verify your API key matches the one in your dashboard.
  • CORS/CSP blocking — Your Content Security Policy might block the widget domain. Add cdn.arqam360.com to your CSP.
  • JavaScript error — Check the browser console for errors from the widget.
  • Caching — Your CDN or page cache may be serving an old version without the script.

Diagnostic Checklist

1

Open incognito window

This eliminates existing consent cookies and browser extensions.

2

Check Network tab

Look for widget-v2.js in your browser's DevTools Network tab.

3

Check Console tab

Look for any JavaScript errors related to Arqam360 or consentiq.

4

Verify API key

Compare the data-key value in your script tag with the key in your dashboard.

5

Check CSP headers

If you have a Content Security Policy, ensure cdn.arqam360.com is allowed.

Console Debugging

Open your browser's developer console (F12) and look for messages starting with [Arqam360]. The widget logs initialization status and any errors it encounters.

If you recently added the script and it's not showing, try clearing your CDN cache (Cloudflare, Vercel, etc.) and your browser cache.

Was this article helpful?