I noticed that the pluging PDF viewer can’rt view recent uploaded file to the database as it gives the following error:
PDF.js v2.0.943 (build: dc98bf76)
Message: file origin does not match viewer’s
I noticed also that the PDF viewer can still view old uploaded PDF files from the database, so i investigated the database more and noticed that the bult in file uploader on bubble has changed the storage location, the old files were stored on (https://s3.amazonaws.com/appforest_uf), while the new files are stored on (https://mydomainname.cdn.bubble.io/).
Can any one help me understand the cause of this problem and how to fix it? Thanks in advance.
Thank you for providing the solution, i update the plugin to the latest version and modified the dynamic link to start with https: as per your instructions and it is now working well, Thank you.