Allowed domains define where Tractorscope embedded analytics are expected to run.
Why domains matter
When you embed analytics in another website or product, Tractorscope needs to know which browser origins should be allowed. This protects embedded dashboards and chart web components from being used in unexpected places.
When to configure domains
Configure domains before deploying embedded analytics to production. Add domains for each app, customer portal, staging environment, or local development environment that needs to load embeds.
Examples
- https://app.example.com
- https://portal.example.com
- https://staging.example.com
- http://localhost:3000
Troubleshooting
If an embed does not load:
- Confirm the domain exactly matches the browser origin.
- Confirm the API key is active.
- Confirm the embed signature is valid.
- Confirm dashboard or chart embedding is enabled.
- Check browser console errors for CORS or blocked-origin messages.