ferg.rose
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 1/30/2025 in #dev-help
ferg.rose - Hi all - with the full app embed, i...
@shikharTS yes will do, thanks
6 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 1/30/2025 in #dev-help
ferg.rose - Hi all - with the full app embed, i...
No worries, thanks for your response š
6 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 1/13/2025 in #dev-help
ferg.rose - Hi all - running into some render i...
Ok no worries, thanks @jbc - our embed will be in development for another few weeks so we can probably hold out til the update. I will consult my team though and let you know if we require a more immediate fix. Thanks a lot š
6 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 1/13/2025 in #dev-help
ferg.rose - Hi all - running into some render i...
Version 10.4.0.cl-245
6 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 1/13/2025 in #dev-help
ferg.rose - Hi all - running into some render i...
FYI - deleting the footer in devtools makes the extra scrollbars disappear (the element at the bottom of the page displaying 'Powered by Thoughtspot' ). Is it possible to disable this footer? We would prefer to not have it displayed and it seems that removing it may solve the scrollbar issue
6 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 12/19/2024 in #dev-help
Hi - Iām setting up authentication for
I'm sure that will provide the solution we need, just wasn't sure what the standard approach would be for this. I'll get to work on that, thanks for your assistance!
5 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 12/18/2024 in #dev-help
Also, the following is our init
@jbc - In our context, we can't initialise outside of the component (this limitation is related to Next.js and the client-side environment variable not being available during the server-side build phase). The component rendering before initialisation indeed turned out to be the issue here though. Easy to solve just using React state to delay component rendering until after init is invoked.
Thank you very much for your prompt assistance with this, you have been very helpful
10 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 12/18/2024 in #dev-help
Also, the following is our init
No worries, thanks a lot for your support!
10 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 12/18/2024 in #dev-help
Also, the following is our init
It might be worth mentioning I am invoking init within a React effect hook to avoid a re-render issue. In some of the examples I have seen it is usually invoked outside of the component that renders the embedded component. I am not sure if this could be causing the issue. Again, it is not an issue when I use cookie-based trusted auth. Is there anything else that needs to be considered when using cookieless auth?
10 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 12/18/2024 in #dev-help
Also, the following is our init
Yes the value of the environment variable is available upon initialisation - I have confirmed this with a log statement before invoking init. For testing purposes I have also thrown in the url as a hardcoded fallback value in case the environment variable is undefined or falsy for whatever reason. I have also tried directly passing the url as a hardcoded string value to no avail.
10 replies
TFDThoughtSpot For Developers
ā¢Created by ferg.rose on 12/18/2024 in #dev-help
Also, the following is our init
Thanks for the reply, can confirm we are using https as the scheme in the url string
10 replies