Hello everyone,
I’m working with WebIQ and I’m trying to display a PDF file inside my project using an iframe widget.
Everything works correctly in local preview, but after publishing the project, the PDF is no longer visible. I get a 404 (server response).
The PDF is currently referenced with a path: ../pics/custom/pdf/name.pdf
I have tried also different paths: ../pics/custom/name.pdf ../resources/name.pdf ../resources/pdf/name.pdf but the problem persists.
After publishing, the browser console shows warnings related to:
third-party context / partitioned cookies
missing character encoding for a framed document
Also, I am loading the pdf in Appdata C:\Users\XXXX\AppData\Roaming\webiq-designer\workspace... because i can not find the relative folder in ProgramData C:\ProgramData\WebIQ\WebIQ Projects since i have two folders (WebIQ and WebIQ16) and in each of these i do not see a folder with the name that i used in the designer.
Thank you in advance for your support.