nic-6443 opened a new issue #2165: URL: https://github.com/apache/apisix-dashboard/issues/2165
### Issue description When the Dashboard is deployed on a server with limited network bandwidth, the `HTTP server write timeout`([code](https://github.com/apache/apisix-dashboard/blob/f50779a3134da0f97114fb54313e1c77ae042b65/api/internal/core/server/http.go#L54-L54)) 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 1. Deploy dashboard on servers with low bandwidth ### Screenshots _No response_ ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `etcd --version`): - apisix-dashboard version, if have: - Browser version, if have: ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
