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: 
alessiodimatteo
Contributor
Contributor

Qlik Sense Hub error: hub-chat-ui.js Uncaught Error: Automatic publicPath is not supported in this browser

Hi everyone, after the upgrade to August 2023 I receive this error everytime I try to connect to the hub via DNS:

Uncaught Error: Automatic publicPath is not supported in this browser on the object hub-chat-ui.js. 

If I try to access the Hub with https://machineFQDN/vp, everything is ok and the error does not appear. The problem is when I try to reach the Hub with https://DNSname/vp , it does not work and I receive a white page. The virtual proxy definitely works also because https://DNSname/qmc works well.

It seems to be related to some packages of the Hub, can someone help?

Thanks.

Labels (2)
2 Replies
mpc
Partner - Specialist
Partner - Specialist

Hi

I don't know if this Qlik Sense version use Webpack 5 or not. But in this module, you can find a plugin min-css-extract, and it's know to have issue wich can triigger your error. 
Then, you might at least patch your Qlik Sense site, or upgrade it to a more recent version. Maybe it'll solve the issue

Kind regards

From Next Decision and me with love
This answer help you ? Like it ! Problem solved ? Mark it !
mpc
Partner - Specialist
Partner - Specialist

Hi, 

I've a more detailed explantation to provide : The Bot module uses Webpack5, but some system like Cloudflare use Webpack4 by default. So it thrown the error. 

Solution is to investigate your proxy configuration, and check if something force use webpack4 and then change to webpack5

Kind regards

From Next Decision and me with love
This answer help you ? Like it ! Problem solved ? Mark it !