ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Vue: useGetDashboardModel throws error v1.6.0 improved by throwing a new error message, and now hanging on "isLoading" instead. @sisense_sdk-ui-vue.js?v=0a32aac5:4566 Uncaught (in promise) TypeError: this.context[r].serializable is not a function Where can I find a list of "supported" widgets? Vue: useGetDashboardModel throws error When using the mentioned composable the REST API call that occurs returns a valid status 200 and includes a response body. However, the composable is resolving as "isError = true" with the following message: "Error: Can't extract props for unsupported widget type - wiserFilterWidget" (I now have a suspicion this may refer to some 3rd party item that was installed on the Sisense side when this dashboard was created.) Edit: also seeing the error referencing "richtexteditor" as well const dashboardOid = ref('xxxxx'); const includeWidgets = ref(true); // Decide whether to include widgets in the dashboard model const { dashboard, isLoading, isError, error } = useGetDashboardModel({ dashboardOid, includeWidgets, }); Re: Failed get-data-model I've changed accounts I'm using. the previous one was an SSO account that couldn't authenticate. The new one isn't, and has been elevated to an "admin" so I can see everything. Also as a note, I was running Node v18.12.1 and it was failing with that "react" message. I switched to Node v20.10.0 and that error message went away. Lastly, I recommend you updated your directions when using npx to include @latest to avoid strange cacheing issues. Re: Failed get-data-model I think I've made progress. Not throwing a react error, and appears to accept my credentials (both u/p or token). However... Logging in... OK! Getting fields... Error fetching metadata. Reason: Error: [request-error] Token authentication was not successful. Check credentials. is the result of running: npx @sisense/sdk-cli@latest get-data-model --token xxx --output src/model.ts --dataSource "Executive Model" --url xxx I could use some clarity if my "dataSource" is the correct name/target, and if that failure is more about account permission-level for the data source, or is something else going on? Re: Failed get-data-model I switched to Node v20, and ran it with `@lateset` which got me further. I was prompted for a password for the username I provided; however, my account is currently signed-in with SSO so I don't have a unique password for the url. How would I resolve that? Re: Failed get-data-model Currently running Node v18.12.1 Failed get-data-model I am attempting to set-up a PoC using the Vue components. While working thru the documentation and running "npx @sisense/sdk-cli get-data-model" I get a thrown error node:internal/errors:484 ErrorCaptureStackTrace(err); ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'react' imported from ... I can't really move forward without resolving this error.