srirrr@344 - Hi Team, I'm running into issues d...
Hi Team, I'm running into issues displaying the Thoughtspot embedded page using the SDK from an AWS workspace. The same flow works from my local machine but when I try to run the app locally from within my AWS workspace the embedded page from the TS cluster fails with a 403 Forbidden. The authentication to Thoughtspot is done via tokens and both the session APIs seem to succeed. I can confirm all of the referrers are are whitelisted
Solution:Jump to solution
It looks like this probably is CSP/CORS error and those are pretty easy to figure out using console logs..
3 Replies
Wha error do you see in console/network tab?
Solution
It looks like this probably is CSP/CORS error and those are pretty easy to figure out using console logs..
It was related to the iconspriteURL being set in the during the SDK initialization. Not sure what was causing it, but I have a workaround for now. Will mark this as the solution. Thank you for the inputs!