Hi Elisa,
> On 22. May 2025, at 13:36, Elisa Sartori <
elisa.s...@studenti.unipd.it> wrote:
>
> I imported the HTML, it opened in the HTML editor, and I was able to see the text but not the image. There were no errors in the "Network" tab, so it could be an error in creating the HTML.
INCEpTION can only load images for HTML files if you upload the data as a ZIP file that includes the HTML and the image files.
You have to enable the corresponding import format by adding "format.html-zip.enabled=true" to your "settings.properties" file.
(
https://inception-project.github.io/releases/36.3/docs/user-guide.html#sect_formats_html-zip)
The security settings should already be setup by default to load images from these ZIPs.
(
https://inception-project.github.io/releases/36.3/docs/admin-guide.html#sect_security_csp)
> As for the PDF, there is an error in the Network tab (see attachment). The URL goes from our custom https domain to
http://localhost. Also, I found that if I switch to BRAT I can see the text of the PDF.
The PDF does not seem to load because you are using https to access INCEpTION, but INCEpTION thinks it is being accessed via http and generates an http address to load the PDF from.
Typically - as you noted - this is a problem with the reverse proxy setup.
Which reverse proxy are you using?
Maybe you can also check out this recent discussion if it contains any helpful information for you:
https://github.com/inception-project/inception/issues/5351
Cheers,
-- Richard