qlik-demo-team / qdt-components

React Components to be used with Angular 10, React 16 and Vue 2. Connects with the Capability API and Engine API.
MIT License
92 stars 50 forks source link

Illegal returnto value error message #250

Open obautista opened 3 years ago

obautista commented 3 years ago

I am getting "Illegal return to value" response. Any ideas on how to go about resolving? I am using Angular 10. I am using Qlik Cloud SaaS. Does it make any difference if Qlik Sense Business or Qlik Sense Enterprise SaaS?

qlik_error

dietler commented 3 years ago

@obautista did you ever figure this out? I'm getting the same thing.

obautista commented 3 years ago

@dietler I did not. Moved away from qdt-components. Ended up using Qlik APIs and embedding in my custom app instead. Using JWT to authenticate user then using Enigma and Visualization APIs to embed sheet objects. Basically recreating Qlik sheet in my Angular SPA.

digaus commented 2 years ago

@dietler I did not. Moved away from qdt-components. Ended up using Qlik APIs and embedding in my custom app instead. Using JWT to authenticate user then using Enigma and Visualization APIs to embed sheet objects. Basically recreating Qlik sheet in my Angular SPA.

Do you have a running example or can upload a basic project setup with angular?