Forum Discussion
Anonymous
1 year agoNot applicable
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 ...
Anonymous
1 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.
Anonymous
1 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.