The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I am experiencing an issue with embedding a Power BI dashboard in my Django web app using an iframe. The login popup for Microsoft authentication appears blank, and multiple login popups are being triggered. This problem started recently, though the setup was previously working without issues. Any guidance or troubleshooting steps would be appreciated.
The code -
I do have a valid SSL Certificate for the site.
Thankyou
Solved! Go to Solution.
Hi @saintmantis ,
According to the error message, Edge will block loading from insecure sources. This error may occur when a website's security certificate is invalid or when the website does not use HTTPS to encrypt data. You can refer to the link below for more information on similar issues:
"The Connection for This Site is Not Secure" - Microsoft Community
How to Fix "Your Connection Is Not Private" Errors (howtogeek.com)
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @saintmantis ,
According to the error message, Edge will block loading from insecure sources. This error may occur when a website's security certificate is invalid or when the website does not use HTTPS to encrypt data. You can refer to the link below for more information on similar issues:
"The Connection for This Site is Not Secure" - Microsoft Community
How to Fix "Your Connection Is Not Private" Errors (howtogeek.com)
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.