> ## Documentation Index
> Fetch the complete documentation index at: https://docs.squid-id.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Troubleshooting

> Fixes for the most common Squid ID issues, covering snippet installation, visitor gaps, missed Slack and email alerts, and integration sync errors.

If something is not working as expected, find the symptom below for the likely cause and the fix.

## The snippet is not verifying

The dashboard connection status stays unverified after you install.

Likely causes and fixes:

* The snippet is not on the live site. View source on a published page and confirm the script tag is present in the `<head>`. Republish or deploy if it is not.
* The hostname does not match what you registered. This is the most common cause. For security, Squid ID locks each website's SDK to the exact hostnames on its URL list, so the snippet only runs where you authorized it. If you registered `example.com` but the page actually serves on `www.example.com` (or a subdomain like `app.example.com`), it will not connect. Add the hostname the page really uses to the website's URL list. See [Managing websites](/account/manage-websites).
* It was placed in the wrong website. The snippet loads by SDK key, so a key from a different website will not verify the one you are looking at. Confirm you copied the key for the correct website. See [Install the snippet](/getting-started/install-snippet).
* No page view has happened yet. The status flips after a real page view. Load a page on the live site, then recheck.
* A consent or tag manager gate is blocking the script. If you load it through a tag manager, confirm the trigger fires on all pages and is not held behind a consent condition.

See [Verify your install](/getting-started/verify).

## No or low visitors identified

The snippet verifies, but few or no visitors appear.

Likely causes and fixes:

* Page rules are too narrow. If an inclusion list is active, identification runs only on those pages. Widen the list or switch page rules off. See [Restrictions](/finding-visitors/restrictions#page-rules).
* Capture flags are off. Confirm the signals you expect are enabled for the website.
* Filters are hiding matches. B2C, own-domain, and suppression filters remove visitors from view (they do not change billing). Review them. See [Filters](/finding-visitors/filters).
* A restriction is skipping visitors. B2B only skips consumer (B2C) visitors and bot filtering skips automated traffic, so neither is identified or billed. Check [Restrictions](/finding-visitors/restrictions).
* An ICP is scoped tightly. If you are viewing through an ICP, the list reflects only matching companies. See [ICP filtering](/finding-visitors/icp-filtering).
* Traffic is genuinely anonymous. Not every visit can be de-anonymized, so low-traffic sites naturally see fewer matches.

## Slack alerts not arriving

Visitors appear in the dashboard, but Slack does not notify.

Likely causes and fixes:

* The Slack connection is for a different website. Routes are per website. Confirm the route exists on the site you expect.
* The route's filter excludes the matches. If the route is scoped to an ICP or filter, only matching visitors trigger it.
* The Slack authorization was revoked. Reconnect Slack and re-select the channel.

See [Route to Slack](/routing/route-to-slack).

## An integration stopped syncing

A connector that worked has stopped.

Likely causes and fixes:

* The integration's credentials expired or were revoked. Reconnect it from its settings.
* For [Webhooks](/integrations/webhooks), confirm the endpoint is reachable and returns a success status. Repeated failures can stop delivery.
* For [HubSpot](/integrations/hubspot), confirm the connected account still has access and the required scopes.
* An API token was revoked. A revoked token stops working immediately; create a new one. See [API tokens](/account/api-tokens).

<Info>Still stuck? Contact <a href="mailto:help@asksquid.ai">[help@asksquid.ai](mailto:help@asksquid.ai)</a> with the website name and what you have already checked.</Info>
