ChunkManager.loadChunk invocation failed
LauColombini opened this issue · 3 comments
LauColombini commented
I follow the steps, everything is fine, but at that point I already want to open the host app on my device. throws this error in the shell
ChunkManager.loadChunk invocation failed: Failed to connect to localhost/127.0.0.1:9000 [NetworkFailure] {"absolute": false, "body": undefined, "fetch": true, "headers": undefined, "method": "GET", "query": "platform=android", "timeout": 30000, "url": "http://localhost:9000/app1.container.bundle"}
Thank you very much for the repository, it is being very helpful, we want to implement it in Chiper App...
TMaszko commented
Hi, Please try this command adb reverse tcp:9000 tcp:9000
and restart the app :)
LauColombini commented
Perfect !!
LauColombini commented
love you guys