Images are not fully loaded on browser - NS_ERROR_NET_PARTIAL_TRANSFER

Summary

When displaying pages in my browser, some images are not completely loaded, the browser show a NS_ERROR_NET_PARTIAL_TRANSFER

Steps to reproduce

  • Start a mkdocs projects
  • Build pages for this
  • Display the built pages in browser - some images are not completely loaded

Example Project

https://gitlab.com/frague59/intranet-docs

What is the current bug behavior?

Pages are build, the image are displayed partially on the browser.

What is the expected correct behavior?

Full images...

Relevant logs and/or screenshots

https://gitlab.com/frague59/intranet-docs/-/blob/develop/screenshots/Screenshot%202024-06-28%20at%2010-36-48%20Blocks%20pour%20les%20corps%5B...%5D.png?ref_type=heads

Output of checks

This bug happens on my private instance.

Possible fixes

I've tried to set :

gitlab_pages['server_read_timeout'] = 0
gitlab_pages['server_write_timeout'] = 0

But it does not change anything.