无法连接到React本机调试器。 M收到此错误

时间:2019-02-12 11:59:51

标签: react-native

deltaUrlToBlobUrl.js:30 Uncaught (in promise) SyntaxError: Unexpected end of JSON input
    at deltaUrlToBlobUrl (deltaUrlToBlobUrl.js:30)
deltaUrlToBlobUrl @ deltaUrlToBlobUrl.js:30
async function (async)
ws.onmessage @ (index):182
deltaUrlToBlobUrl.js:29 Cross-Origin Read Blocking (CORB) blocked cross-origin response http://localhost:8081/index.delta?platform=android&dev=true&minify=false with MIME type application/javascript. See https://www.chromestatus.com/feature/5629709824032768 for more details.

1 个答案:

答案 0 :(得分:0)

我在此答案中找到了解决方案,在浏览器中更改地址栏方向,指向localhost:8081(如果使用的是其他端口,请更改端口)。就我而言,我不知道为什么,不是打开localhost:88081/debugger-ui,而是打开<my-ip-address>:8081/debugger-uihttps://stackoverflow.com/a/49365319/2128008