Justin Mathew
TFDThoughtSpot For Developers
•Created by Suvash on 3/3/2025 in #dev-help
Suvash - Hi team, when calling https://develope...
we will relase a new version 1.30.2
12 replies
TFDThoughtSpot For Developers
•Created by Suvash on 3/3/2025 in #dev-help
Suvash - Hi team, when calling https://develope...
hey @Suvash looks liks sdk caches this for performance , we are wokring on providing a fix for this
12 replies
TFDThoughtSpot For Developers
•Created by Suvash on 3/3/2025 in #dev-help
Suvash - Hi team, when calling https://develope...
when are you calling the logout ? could be that the logout call is getting cancelled can you check the network if any logout api is been triggered
12 replies
TFDThoughtSpot For Developers
•Created by Suvash on 3/3/2025 in #dev-help
Suvash - Hi team, when calling https://develope...
hey @Suvash how are you doing logout ?
12 replies
TFDThoughtSpot For Developers
•Created by Connor Craig on 2/10/2025 in #dev-help
Connor - Hi Thoughtspot team,I'm trying to re...
@Connor Craig if you want to hide that you can use custom css to make display none and it will be gone,
12 replies
TFDThoughtSpot For Developers
•Created by ivnext on 2/4/2025 in #dev-help
ivnext - Team, any idea why TSE would timeout a...
@ivnext what auth type were you using ?
4 replies
TFDThoughtSpot For Developers
•Created by Shubham on 1/14/2025 in #dev-help
Shubham - Hi team , one of our customer is usin...
3 replies
TFDThoughtSpot For Developers
•Created by rumana-hf on 12/12/2024 in #dev-help
Hey there, I'm using the Visual Embed
@rumana-hf can you give an example of an error which happend on first render ?
so we will expose events for those if not there or is exsiting we can point you to it (this might require a feature request)
14 replies
TFDThoughtSpot For Developers
•Created by ThatSpot on 1/6/2025 in #dev-help
Wanted to revive this modal discussion.
@ThatSpot as of now i no , can you create a feature request for this ?
an event to close the any modal
cc: @Nicolas @utsav.kapoor
6 replies
TFDThoughtSpot For Developers
•Created by Nađa Bencan Sepic on 1/8/2025 in #dev-help
Hey team - we opened a ticket already (
do let us know if you need any further help
10 replies
TFDThoughtSpot For Developers
•Created by Nađa Bencan Sepic on 1/8/2025 in #dev-help
Hey team - we opened a ticket already (
yup that is the case , @Nađa Bencan Sepic you can also inspect the actual thougthsptot iframe that is rendered and check its URL , that will give you a clue with certainty
10 replies
TFDThoughtSpot For Developers
•Created by Leslie Chiang on 11/13/2024 in #dev-help
QQ - what triggers `AuthFailureType.
@Leslie Chiang i got why you were facing that issue
you are trying to render even before init has happned , so make sure rendering is done after init
29 replies
TFDThoughtSpot For Developers
•Created by Mope10 on 11/19/2024 in #dev-help
Hi, i am adding EmbedEvent listners to
@Mope10 we have a lot of customisations available in our product , its up to your usecase
we support turning off any function
7 replies
TFDThoughtSpot For Developers
•Created by Leslie Chiang on 11/13/2024 in #dev-help
QQ - what triggers `AuthFailureType.
no no i wont render a ReactNode , it takes plain html as string
we do something like
containerEl.innerHTML = loginFailedMessage;
this29 replies
TFDThoughtSpot For Developers
•Created by alc-aaron on 11/18/2024 in #dev-help
Hi. I am using the thoughtspot visual
@alc-aaron you can call init inside an useEffect, i think the issue here is the url you are passing is loaded loaded yet and might be undefined
Can you try logging the url once before passing , also if possible share the inti code as well
cc: @utsav.kapoor @shikharTS
15 replies
TFDThoughtSpot For Developers
•Created by Mope10 on 11/19/2024 in #dev-help
Hi, i am adding EmbedEvent listners to
@Mope10 the usage is a bit wrong
try something like this
7 replies
TFDThoughtSpot For Developers
•Created by Leslie Chiang on 11/13/2024 in #dev-help
QQ - what triggers `AuthFailureType.
that should be enough
29 replies
TFDThoughtSpot For Developers
•Created by Leslie Chiang on 11/13/2024 in #dev-help
QQ - what triggers `AuthFailureType.
@Leslie Chiang We do provide an param loginFailedMessage which is shown on screen such cases. It takes html sting as well, so you can have custom buttons / reload flows setup on your end.
@Leslie Chiang you've mentioned that you are seeing an
uptick
in these events, wanted some details for regarding this is it always due to an idile session being kept for more than an hour ?
if possible an har would be helpfull where there are multiple failures.
Since you are using AuthType.TrustedAuthToken
your session should not be expired since its in cookies, other than authenticatedIdleTimeoutMs
case which @utsav.kapoor mentioned , we will update here once any udpate
ps :
AuthFailureType.OTHER is sent in all auth types in case of an unsuccessful login , it is also sent in case of Cookieless where the token function was errored out29 replies
TFDThoughtSpot For Developers
•Created by alc-aaron on 11/18/2024 in #dev-help
Hi. I am using the thoughtspot visual
@alc-aaron this
Error parsing ThoughtSpot host. Please provide a valid URL.
error usually comes when you are passing wrong host url to init , i see you have logged the env varaible, does show an proper url ?15 replies
TFDThoughtSpot For Developers
•Created by Benedict on 11/18/2024 in #dev-help
⚠ we're getting a high severity
hey @Benedict we have published a new version with updated dependencies
1.33.8
5 replies