Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
hanna_choi
Partner - Creator
Partner - Creator

Not display image on map chart.

Hello.

I need your help.

I put the image URL in the map chart

The error below was found in the browser development tool.

***

Chrome Error :
Access to image at 'http://image server/path_1/path_2/image_Title.png' from origin 'http://qlik sense server URL' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space `private`

Edge Error:
Access to image at 'http://image server/path_1/path_2/image_Title.png' from origin 'qlik sense server URL' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

***

How do I fix this?

 

Labels (2)
6 Replies
mpc
Partner Ambassador
Partner Ambassador

Hi, 

Are you on Qlik Sense On Premise or Qlik Cloud ? 
You need to add CORS policy in the QMC, and the configuration is different regarding the solution 

Best

From Next Decision and mpc with love
hanna_choi
Partner - Creator
Partner - Creator
Author

Hello Mpc

We are working in Qlik Sense on Premise.

We have changed the settings on the server that serves the image.
and then It's showing on the edge. It's still not working on chrome.

It's showing differently depending on the browser.
We still can't find the answer.

 

Best Regards.

 

 

 

mpc
Partner Ambassador
Partner Ambassador

Browser can have different policies regarding access to external resources, and then you need to configure Qlik Sense to allow it. 
Can you share your Chrome console (F12 shotrcut) :

mpc_0-1736324738776.png

Best

 

From Next Decision and mpc with love
Elias_w
Contributor II
Contributor II

Check the CORS settings and use https for image urls

hanna_choi
Partner - Creator
Partner - Creator
Author

Hello

 

Chrome message is same.

 

********************

Edge Error:
Access to image at 'http://image server/path_1/path_2/image_Title.png' from origin 'qlik sense server URL' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

********************

map chart_Chrome.png

 

Best Regards

 

mpc
Partner Ambassador
Partner Ambassador

Hi, 

Perfect, then you can try the following process: Mixed Content and CORS error for Access-Control-Al... - Qlik Community - 1715904

Pleas note that using HTTP resource in HTTPS should be ban for security reason. 

Best 

From Next Decision and mpc with love