You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Dashboard is deployed on a server with limited network bandwidth, the HTTP server write timeout(code) value is too small, resulting in a timeout when downloading js files, Chrome reports ERR_CONTENT_LENGTH_MISMATCH error, and the page continues to be in the loading state.
Expected behavior
The page can be displayed normally in a network-restricted environment
How to Reproduce
Deploy dashboard on servers with low bandwidth(You can use linux tc to simulate low bandwidth scenarios)
The text was updated successfully, but these errors were encountered:
Issue description
When the Dashboard is deployed on a server with limited network bandwidth, the
HTTP server write timeout
(code) value is too small, resulting in a timeout when downloading js files, Chrome reportsERR_CONTENT_LENGTH_MISMATCH
error, and the page continues to be in the loading state.Expected behavior
The page can be displayed normally in a network-restricted environment
How to Reproduce
The text was updated successfully, but these errors were encountered: