interface failed --net::ERR_HTTP2_PROTOCOL_ERROR 200, unable to load response data

Problem: Interface error: net::ERR_HTTP2_PROTOCOL_ERROR 200, unable to load response data

If the backend returns a fixed piece of data, it can be downloaded and exported normally. The general data returned is 100KB+, the interface reports an error, and the reason is unknown.

Solution: Turn off the https of the front-end configuration to access the web page, the interface is normal, or https, http problem

Guess you like

Origin blog.csdn.net/weixin_65969505/article/details/132709768