This error typically occurs when the "referrer" attribute passed during token creation does not match the domain name that launches the Web SDK.
For instance, this can occur if the referrer is set to "https://www.mycompany.com" but then launching the SDK on "http://localhost:3000".
Generally, to facilitate integration and testing, we recommend that the referrer is set to "*://*/*". This wildcard combination allows all domains.