ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Compose SDK - useExecuteQueryByWidgetId But what i figured now is that Embedded Domain White List was not correctly configured for CSRF. I thinks this is the solution for the problem here. Re: Compose SDK - useExecuteQueryByWidgetId DRay taras While i can see the data when i switch off CSRF in Server-side Configuration, i don't think this should be necessary, since Sisense lives in prefix.mydomain.com and i am accessing it from mydomain.com with XSRF-TOKEN included in the cookie. The real issue might me somewhere else. Re: Compose SDK - useGetDashboardModel include widgets Liliia_DevX Both accounts(one with widgets and one without widgets field) have "Can View" access type. For context, we are using SSO Based Authentication for Compose SDK Compose SDK - useExecuteQueryByWidgetId Hi, useExecuteQueryByWidgetId hook from Compose SDK is returning the error "no csrf cookie" code 800, when tring to execute jaql query against data source, even though there is a cookie XSRF-TOKEN set Do you know why this might be happening? SolvedRe: Compose SDK - useGetDashboardModel include widgets Yes i tried it with a different user that has admin permissions and for that user it correctly returns the widgets field; but for regular user, that just has dashboard shared with them, the widgets field is missing. Re: Compose SDK - useGetDashboardModel include widgets Yes, JSON includes the dashboard metadata but the widgets field is missing. Might be permissions related problem. When i login in the Sisense admin tool i can see the dashboard with widgets. Do you know which permissions should i have for the dashboard in order to be able to list the widgets in the API? Compose SDK - useGetDashboardModel include widgets Hi, Why i am not getting widgets info when using useGetDashboardModel({ dashboardOid: <oid>, includeWidgets: true, }); ? This is offficial Compose SDK hook which calls https://analytics.com/api/v1/dashboards/<oid>?expand=widgets&trc=sdk-ui-1.3.0 in the background. Is there anything we need to include in the Dashboard settings to allow getting this info?