Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am working "Manage iframe Embedded Content Session State using enigma.js and JSON web tokens" In localhost I got result in chrome browser but incognito window it not worked. I tried in some other browser also it not working. anyone please help me?
Hi @Markbhai , could you please share a screenshot of browser developer tool, network tab? Please check if Incognito browser is blocking 3rd party cookies. Connecting to Qlik Sense from a different hostname will generate a 3rd party cookie, and they need to be enabled from the browser.
Hi @alex_colombo ,
Thanks for your reply, I have attached a network tab screenshot below and I checked in an incognito window; I got the same error.
If work with localhost from normal browsing and not with incognito, 3rd part cookie are blocked. Please check this browser configuration for incognito mode.
In any case, you have to check if authentication is went ok before opening the websocket connection.
Hi @alex_colombo ,
I noticed one more thing, but I am not sure if this is a problem or not. I received an 'OK' status for the JWT-login, but when I check my tenant, I get a 'User Allocation Required' message. Could this be the cause of the 'socket closed' error?
Note: After logging into my tenant, when I run the iframe load in my web app, it works correctly