一、TypeErrpr,Cannot set properties of undefined("setting 1") at _JS_WebRequest_Create(...)
类似这样的问题
解决方案1:可能是BestHTTP插件导致的,打开BestHttp插件目录,找到BestHTTP/Plugins/WebGL目录文件夹下的,BestHTTP_WerRequest.jslib
将
$wr: {
requestInstances: {},
nextRequestId: 1,
loglevel: 2
},
部分,更改为如下部分:
$wr: {
requestInstances: {},
nextRequestId: 1,
loglevel: 2,responses:{},timer:{},requests:{},abortControllers:{}
},
二、Unable to parse Build/Web.framework.js.gz! This can happen if build compression was enabled but web server hosting the content was misconfigured to not serve the file with HTTP Response Header "Content-Encoding: gzip" present. Check browser Console and Devtools Network tab to debug.
解决方案:
勾选Decompressiong Fallback