Hi everyone, Could somebody help me to better understand how Orgs works. Here is my setup: 1. I have Thoughtspot instance with 2 orgs, "Primary" and "Org 1" 2. I'm trying to embed Liveboard that lives in Primary Org on My Site
So in order to do that I'm creating a Bearer token for Primary org using this API request with
org_id=0
org_id=0
Then I use this token in SDK
init()
init()
function and embed a liveboard using
new LiveboardEmbed()
new LiveboardEmbed()
with proper config. Everything works fine and I can see Liveboard. However If I go to Thoughtspot Dashboard and change Org from "Primary" to "Org 1", and reaload my site Liveboard now says "Switch to another org to view this Liveboard" even though I have token and app initialized for Primary Orgs.
Is this intentional behavior or I'm doing something wrong?