Have successfully extract the url out from the database to be displayed. However, when I used an Iframe or PDF Viewer reactive to display the pdf onto the screen. It seems to be blocked.
Based on this post here, enabling the content security did not work....
Even using pdf viewer, passing the URL of the pdf from my database did not work too..
Hi @Chin Kai ,
For enable content security policy, please take a look at this discussion.
Enable content security policy
Thanks
Hi @Chin Kai
Can you inspect the page and see if you have any content security policy errors in the console?
That will help clarify the issue and guide you on what you need to add to the CSP if that is the case.
Cheers,
Rúben