alc-aaron - Hi TS team. I believe I am encounte...

Hi TS team. I believe I am encountering a bug which I am unsure how to resolve from my side. I am implementing handling the various links which come from the embedded app. I have confirmed all of these are working as expected except for the Liveboard Visualization URL which when I click copy link for a Viz is always outputting the default configured url and not the modifed localhost version in the screenshot. I can provide the link it is generating over a private message if needed. I understand I can disable the copy link option for the viz but wanted to first attempt a working solution if anyone can provide guidance?
No description
14 Replies
shikharTS
shikharTS3w ago
So when you are copying the link directly from the TS application, we always show the default link, since it is from within the ThoughtSpot app and we do not show an option to copy link using embedded format as shown in a liveboard sharing dialog. You can try the same in the visual embed SDK playground or while embedding it locally and there you should see this link rather than the default one.
alc-aaron
alc-aaronOP3w ago
This is occurring in my local embed of the TS embed via the SDK. I am able to correctly "Share" and "Copy Link" to liveboard and get the localhost version but not for visulizations.
shikharTS
shikharTS3w ago
Checking this
alc-aaron
alc-aaronOP3w ago
Let me know if there is more I can provide to help you.
shikharTS
shikharTS3w ago
What version is your cluster on?
utsav.kapoor
utsav.kapoor3w ago
Also, what SDK version are you using. Also Is Orgs enabled on the cluster ?
alc-aaron
alc-aaronOP3w ago
For the SDK version we are using 1.33.10 the typescript/javascript SDK. Orgs I believe are enabled on the cluster. This specific one was configured on our dev org and the user logged in is part of that org. I will try to find the cluster version. The cluster version is Version: 10.5.0.cl-148
shikharTS
shikharTS3w ago
Looks like we have fixed this in later releases. I can repro in 10.5 but not in 10.6. If this is very urgent for you, would recommend raising a support case and getting a patch for your version. cc @utsav.kapoor @alc-aaron can you DM me the company name?
alc-aaron
alc-aaronOP7d ago
@shikharTS - Thanks for the information, I have sent you the company name and instance URL over private messages. @shikharTS -- I reached out to have my cluster updated but am still encountering this same bug I believe.
shikharTS
shikharTS7d ago
Checking this
alc-aaron
alc-aaronOP6d ago
Thank you! Hi @shikharTS wanted to follow up and see if you needed anything from my end to continue to debug this issue?
shikharTS
shikharTS6d ago
@alc-aaron I think we might need a call to debug this, I have followed up with the SRE for a call. Also, can you try to save the viz links from all orgs, primary org and the org that you are trying to make the changes to, might clear up if any stale objects are stored in the BE..
alc-aaron
alc-aaronOP6d ago
I will try and save the links from all orgs once more.
shikharTS
shikharTS23h ago
Did it help @alc-aaron ? I think we need to update a flag on your cluster @alc-aaron . Can you create a support case and give a reference to this discord thread and ask them to run this command : tscli --adv service add-javaopt tomcat.tomcat D orion.useCustomEmbedUrls true? This should solve your problem

Did you find this page helpful?