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
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.