Nađa Bencan Sepic
TFDThoughtSpot For Developers
•Created by Nađa Bencan Sepic on 1/8/2025 in #dev-help
Hey team - we opened a ticket already (
One of the developers just reported that it may be in fact due to GUID mapping. We'll let you know.
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 (
const pinboardId = this.route.snapshot?.queryParams?.['pinboardId'];
init({
thoughtSpotHost: host,
authType: AuthType.TrustedAuthTokenCookieless,
autoLogin: true,
username: username,
getAuthToken: () => lastValueFrom(this.analyticsService.getAuthToken()),
}).on(AuthStatus.SDK_SUCCESS, () => {
this.analyticsService.logIn();
});
const appEmbed = new AppEmbed(document.getElementById('ts-embed'), {
frameParams: {
width: '100%',
height: '99%',
},
showPrimaryNavbar: true,
isLiveboardHeaderSticky: true,
locale: this.languageService.getTsLanguageCode(),
path:
pinboard/${pinboardId}
})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 (
We didn't even try to open any liveboard so can not provide you with GUID - this was when attempting to open homepage for the user on TS.
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 (
10 replies