Bug description
I’m currently experiencing issues with the Zipline dashboard. The dashboard takes a long time to load, and in some cases, it does not load at all.
While inspecting the issue in Firefox DevTools, I noticed that several JavaScript modules are failing with the NS_ERROR_CORRUPTED_CONTENT error.
However, when I check the affected modules directly on the server, the files exist and their contents appear to be valid and intact.
How is Zipline being run?
On docker (docker, docker compose, etc.)
Zipline Version
trunk (latest)
If applicable, what browsers are you seeing this issue on?
Firefox based (Firefox, Zen Browser, Waterfox, etc.)
Relevant Logs
No response
Steps to Reproduce
Steps to reproduce:
- Install the latest trunk version of Zipline using Docker Compose.
- Install NGINX and configure it as a reverse proxy for the Zipline dashboard.
- Put the domain behind Cloudflare using the default Cloudflare settings.
- Open the dashboard in Firefox.
- Observe intermittent slow loading, failed page loads, or the NS_ERROR_CORRUPTED_CONTENT error.
Bug description
I’m currently experiencing issues with the Zipline dashboard. The dashboard takes a long time to load, and in some cases, it does not load at all.
While inspecting the issue in Firefox DevTools, I noticed that several JavaScript modules are failing with the
NS_ERROR_CORRUPTED_CONTENTerror.However, when I check the affected modules directly on the server, the files exist and their contents appear to be valid and intact.
How is Zipline being run?
On docker (docker, docker compose, etc.)
Zipline Version
trunk (latest)
If applicable, what browsers are you seeing this issue on?
Firefox based (Firefox, Zen Browser, Waterfox, etc.)
Relevant Logs
No response
Steps to Reproduce
Steps to reproduce: