Stefan Stoichev

Results 20 comments of Stefan Stoichev

@lominming thanks for that. It's working very well when in dev mode. When try and build the project for production then im getting `Unexpected token` in `XXX/node_modules/jsondiffpatch/dist/jsondiffpatch.esm.js` ![image](https://user-images.githubusercontent.com/22850/169558779-47b8a30e-2ea4-4e2b-aa6f-ceacabb0462e.png) Any idea...

The general idea is quite similar to the SaaS. * try to establish connection * if unauthenticated - redirect the user to the login page * qlik redirects you back...

@jlmelb i havent tested it myself but ... You can use the ticket to access some protected resource (like an image or css file). Once the request is completed Qlik...

@jlmelb yes. once the ticket is consumed it can't be used again. So what you can try is: * try to open enigma connection. if its successful then all good...

@jlmelb just to confirm that the above approach is working fine. Here is a simple [Svelte repo](https://github.com/countnazgul/qseow-svelte-authentication-session) that demonstrate it

The `loadBalancingServerNodes` parameter should be array of either node `id` or node `host name` ![image](https://user-images.githubusercontent.com/22850/170188356-76c862a3-caf9-45b5-a532-98a68ed9a7f5.png)

Yep. Combination is also possible `Update-QlikVirtualProxy -id jgdfahbfbajkbfjabasbbfa -loadBalancingServerNodes id1,id2,HostName1`

Correct. Only the `loadBalancingServerNodes` will be updated. Qlik-cli will first get the full info about the object (in this case virtual proxy), update (locally) the required sections (based on the...

Yep it helps. I was planning to use something like this as a workaround :) Need to free some time (somehow) and try and submit PR with this functionality ;)

Yep the import seems ok(ish) for what i have in mind. If you want we can jump on a quick call at some point and will explain you what i...