React-native: Access to fetch at 'http://192.168.0.26:8081/index.delta?platform=ios&dev=true&minify=false' from origin 'http://localhost:8081' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

Created on 22 Mar 2019  路  3Comments  路  Source: facebook/react-native

I try to open my app from my "success" build on real device.
It compiles but white screen, then on debugger I have this...

How to solve that please?

Capture d鈥檈虂cran 2019-03-22 a虁 22 50 59

Bug iOS Ran Commands Locked 馃寪Networking

Most helpful comment

I'm sorry that you're having issues getting up and running. Just change the URL up top to say "localhost" rather than "192.168.0.26".

In the future, please use another avenue like stack overflow to request help with your local environment -- this is not a bug report despite your label.

All 3 comments


Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety?

馃憠 Click here if you want to take another look at the Bug Report issue template.

If you use React Native Debugger :

$ open "rndebugger://set-debugger-loc?host=192.168.0.26&port=8081"

I'm sorry that you're having issues getting up and running. Just change the URL up top to say "localhost" rather than "192.168.0.26".

In the future, please use another avenue like stack overflow to request help with your local environment -- this is not a bug report despite your label.

Was this page helpful?
0 / 5 - 0 ratings