Forum Discussion
Regarding power bi createimagebitmap issue in safari after deployment
Hi Anonymous ,
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.
- Anonymous1 year agoNot applicable
Hi Anonymous 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.
- Anonymous1 year agoNot applicable
Hi Anonymous ,
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.