Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
pamal0211
Contributor
Contributor

Nebula JS

 

I am trying to use Nebula JS. I followed the tutorial as described here: https://qlik.dev/extend/extend-quickstarts/first-extension/. When I am on http://localhost:8000 and use the following WebSocket URL: wss://xnijgnzzet1479v.de.qlikcloud.com?qlik-web-integration-id=xxx, it doesn't work. I am sure that the web integration ID is correct as well as the tenant. It says:

{"errors":[{"title":"returnto not included in web integration whitelist","code":"LOGIN-10","status":"401"}],"traceId":"b38e7a5efea0b5048427bd91ab58396e"}

This is weird because, when I go to the Web section in Qlik Cloud, I have added https://localhost:8000, but it doesn't change anything.

If someone has any idea.

Labels (1)
4 Replies
TcnCunha_M
Creator III
Creator III

The problem is your web integration ID its no in White list for that, try to use a Auth0  authentication

As you think, so shall you become.
pamal0211
Contributor
Contributor
Author

My OAuth is configured like this :

 
 

The new error is the following one :

 
{"errors":[{"title":"No authentication configured for this hostname","code":"LOGIN-2","status":404}],"traceId":"e103c614ec9dde0b272e8a72589da917"}
TcnCunha_M
Creator III
Creator III

did you setup as web and give what scopes?

As you think, so shall you become.
alex_colombo
Employee
Employee

Hey @pamal0211 you are using http://localhost:8000 and you set in webintegration allowed origin https://localhost:8000. Could you try to remove the s in https and try it again?