Troubleshooting tips
This article helps you to troubleshoot the common problems that you might encounter when setting up or using an embedded ThoughtSpot instance. For additional help and guidance from ThoughtSpot Support, visit our Community site.
CORS and CSPπ
Refused to frame "<your-site-url>"β¦β error messageπ
Error: When I try to embed in my app, I get the error Refused to frame "<your-site-url>" because an ancestor violates the following Content Security Policy directive.
Cause: This error occurs when a host app domain is not added to the CSP and CORS allowlists.
How to fix: Add your host app domain as a CSP visual embed host and enable CORS on the Develop > Customizations > Security Settings page.
The CORS allowlist does not allow wildcard (*) for domain URLπ
Error: The CORS allowlist does not allow wildcard(*) expression for domain URLs.
Cause: This error occurs because ThoughtSpot does not support wildcard expression for domain URLs in the CORS allowlist.
How to fix: Specify the domain URL string in the supported format. For a complete list of allowed domain URL strings for CORS and CSP allowlists, see Security settings.