As mentioned above, this component will only work on desktop. Thereās very little benefit to showing the previews on mobile since everything will be so small and very hard to read.
This component uses the native browser implementation to render the pdfs, so the results will look different on different browsers.
Also, please note that pdf uploads are not allowed by default in Discourse. If you want to allow your users to upload pdf file, then youāll need add that extension to either the authorized_extensions if you want all of your users to be able to upload pdfs, or authorized_extensions_for_staff if you want to limit that to staff members.
Access to fetch at 'https://travelmassive-discourse-cdn.s3.dualstack.us-west-1.amazonaws.com/original/2X/b/b578f6364592121964e6a2fd4969e5c1222bd909.pdf' (redirected from 'https://lounge.travelmassive.com/uploads/short-url/pTnA3r043WfhDK8HSdPQrtNn8Lf.pdf') from origin 'https://lounge.travelmassive.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Update
I was able to fix this by adding the following CORS policy in my S3 bucket configuration.
Itās necessary to add, that if you see this text in the error message from origin 'https://lounge.travelmassive.com' has been where your domain is without slash / at the end, then in the CORS configuration you should also add your domain without slash at the end like this: https://mydiscourse.url
I noticed that your uploads are on AWS so, the issue is probably CORS related (the component is not active on your site for me to confirm). See the post below yours.
thanks for sharing that!
Please note that this issue will only affect self-hosters that have set up something like S3. Self-hosters that are not using S3 will not run into this issue. Customers hosted by CDCK will also not need to worry about that since they already have that set up.
That said, CORS configuration is a bit outside of the scope of this topic. If your uploads bucket does not allow your own domain access, then that needs to be fixed regardless since there might be some other issues caused by that.
Iām a little bit unsure what happened here. Both cases seem to be working for me everytime I try. We can just chalk it up to a transitory network issue but please let me know if you see it again
I pushed a tiny update to this component that should improve the loading perception, thereās now a theme-color based placeholder instead of the default browser Iframe styles. It only shows up while the file is loading so 99% of the time, you wonāt even notice it.
Would it be possible to make PDF Preview suppressable by prepending a space before the upload link, like with oneboxing? Sometimes you want a list of documents and not previews. Sometimes you want a preview.
Iām on Safari on MacOS Catalina, and I donāt have anything disabling in-browser PDF displayāfor instance, http://www.orimi.com/pdf-test.pdf displays fine. But Iām still getting the āBlocked Plug-inā window/message when I view the preview in theme-creator.
Site-specific settings in Safari prefs arenāt any different than other websites.
Still not working for me on Safari in MacOS Big Sur. No special settings to blog plugins, and other PDFs display in the browser.
Safari Web Inspector has the following complaints when loading the preview page in theme-creator: Unrecognized Content-Security-Policy directive 'worker-src'. Refused to load blob:https://theme-creator.discourse.org/7b9b62c7-e782-4080-a521-04e3b06aa142 because it does not appear in the object-src directive of the Content Security Policy.
my links in the messages are in the form of domain/secure-media-uploads/original/...
but in the console/network I can see that the actual downloads come from the bucket
Do you see the amz credential ?
if not maybe this coud help ?
I also remember that something weird was happening when I tried to move a post from categories (or was it a copy/paste?) it finally worked when I re-uploaded the file.
So Iām stumped - especially as to why it works in two forums I run and not the other - S3 being the only difference. And that you have it working with S3. Iām really confused.
It may be a conflict with another component or theme. Itās working as expected for me. Start by disabling other components and try using the default theme if yours is different. Same with plugins.
Ok - Iāve made progress. Disabling S3 uploads fixes it for new uploads. But Iām left with a S3 / local mess if I go down that road!
If could be that I am not using the CDN thingo (CloudFront) which throws up the annoying errors on the admin page. Iāll have a crack setting that up and see if that works.
I am searching for a plugin, which allows to open the pdf in a new tab.
Current behavior of my discourse is to allow download only.
Would that be possible with a similar theme ?