cancel
Showing results for 
Search instead for 
Did you mean: 

Embedded Dashboard - Failure on load

nmilya
7 - Data Storage

I use SDK Compose to display embedded dashboard in my React app. As an auth I use Api Token . When I am trying to display embedded dashboard via DashboardById component on my localhost it fails with an error.  Dashboard id is sued properly, dashboard exists and work well if yo reach it via Sisense -> Analytics. Also API token works properly as well - Sisense auths with it on app's load.

Снимок экрана 2025-03-29 в 02.53.11.png
This is my code:

const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
);

root.render(
<React.StrictMode>
<SisenseContextProvider url='https://myapp.sisense.com' token='eyJhbGciOiJIUzI1NiIsInR5cCI...' >
<App />
</SisenseContextProvider>
</React.StrictMode>
);

in App:

<DashboardById dashboardOid="67dc5d2bf2594c003311a8ad" />

I also tried to display the same dashboard via <iframe>, in that case it fail show login page in embedded view and once I pass the auth it fails dashboard loading with "401 unauthorized" error:

Снимок экрана 2025-03-29 в 03.08.23.png

I tried http and https localhosts, but it doesn't effect,Embedded code is on in settings, host is also added to the list to pass cors. What could be an issue?

 

3 REPLIES 3

steve
Sisense Team Member

hi @nmilya 

please could you raise a support ticket for this one, since we don't want to ask for further troubleshooting data to be posted in a public forum. if you can include on the ticker a HAR file containing the captured network traffic from the browser while reproducing this problem, that could help the team.

If I had to take a wild guess, it would be to ensure you're not also setting ssoEnabled=true on the SisenseContextProvider, but our support team can help futher.

Thanks

Steve

DRay
Community Team Leader

Hi @nmilya,

Were you able to work with support on this? If so, what was the result?

David Raynor (DRay)

nmilya
7 - Data Storage

I have created a ticket but the problem is not resovled yet, sso is enabled when I use API token. This is a link to my ticket https://community.sisense.com/t5/support-portal/bd-p/SupportPortal?page=casedetails&caseId=500Pk0000... . HAR files are attached to this topic

Type a product name