Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
vraw-dev
Regular Visitor

Regarding power bi createimagebitmap issue in safari after deployment

I have developed django application embedding power bi report using master user and AAD token. Upto development everything is fine, but when i deployed the app using nginx and docker, safari browser got some issue displaying map in power bi report.
I thought my code got some issue so replicated my power bi report using powerbi-developer-sample repo which is using flask and in that case also everything is fine in development but same issue after deployment. 
The issue is that map is not displayed properly and an alternate image is coming up stating - "Could not load image because of an error occured reading Blob argument to createimagebitmap. Please make sure to use a supported image type such as PNG or JPEG. Note that SVGs are not supported.".
I have attached the screenshot as well. Anybody with solution?

Screen Shot 2025-02-28 at 16.51.09 pm.png

7 REPLIES 7
v-pagayam-msft
Community Support
Community Support

Hi @vraw-dev ,
I wanted to check in on your situation regarding the issue. Have you resolved it? If you have, please consider marking the reply that helped you or sharing your solution. It would be greatly appreciated by others in the community who may have the same question.
Thank you.

v-pagayam-msft
Community Support
Community Support

Hi @vraw-dev ,
I wanted to follow up on our previous suggestions regarding the issue you are facing. We would liketo hear back from you to ensure we can assist you further.
If our response has addressed your query, please accept it as a solution and give a ‘Kudos’ so other members can easily find it. Please let us know if there’s anything else we can do to help.

v-pagayam-msft
Community Support
Community Support

Hi @vraw-dev ,
Could you please confirm if the issue has been resolved on your end? If a solution has been found, it would be greatly appreciated if you could share your insights with the community. This would be helpful for other members who may encounter similar issues.
Thank you for your understanding and assistance.

Hi @v-pagayam-msft the issue was only when the application was deployed as HTTP for testing purpose and not running on localhost or 127.0.0.1. As soon as app moved over HTTPS, there is no issue.

Hi @vraw-dev ,
Thank you for the update!
Map visuals in Power BI rely on secure connections to load external resources like tiles and images. When the app runs over plain HTTP, especially in Safari (which is a bit stricter with security), it may block those resources , which is why you were seeing that error. Switching to HTTPS resolves it because the browser sees it as a secure context.

Hope this helps.If so,consider accepting it as solution.

lbendlin
Super User
Super User

Confirm with the tenant admin and capacity admins that map visuals are not blocked on tenant or capacity level.

But its working sometime, which i feel like is either the issue because of cache or race condition

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.