Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: facing some issue in power bi integration in liferay 7.1
Hi,
I am facing some issue in power bi integration in liferay 7.1 .
In view.jsp am using power bi URL in <iframe> tag after deploying the portlet i am getting the issue like the power bi content is not loading in liferay portlet,
and i am getting below error in browser console .
web.bundle.min.js:8 ERROR Error: Uncaught (in promise):
SecurityError: Blocked a frame with origin
"https://app.powerbi.com" from accessing a cross-origin
frame.
Error: Blocked a frame with origin
"https://app.powerbi.com" from accessing a cross-origin
frame.
at new t (powerbiportal.common.bundle.min.js:51).
please help me to resolve this issue.
Regards,
Ashok
ashok karjol:In view.jsp am using power bi URL in <iframe> tag
Your error message says that powerbi.com is rejecting the request
coming from your iframe for security reasons, which you can confirm by
checking the headers when you visit that site (see X-Frame-Options
for more information on what DENY means, which is the
value being sent from that site).
Unfortunately, there is nothing you can do to resolve this issue. You'll need to re-think how you approach this integration.