super-app-showcase: [ScriptManager] Failed while resolving script locator
Ask your Question
I clone the source and run yarn run:host:android
–> show error
[ScriptManager] Failed while resolving script locator: {“caller”: undefined, “scriptId”: “auth”} {“originalError”: [TypeError: Network request failed]}
Please help me!
Thanks
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 17 (4 by maintainers)
hey @nhoxx,
This is a connectivity problem between android emulator and your dev server
yarn adbreverse
will do nothing unless the emulator is running, try running it after the emulator has started.for anyone who’s still searching for the answer: comment the line
verifyScriptSignature: 'strict'
in /host/index.js comment allnew Repack.plugins.CodeSigningPlugin
in webpack.config.mjsHi @duyanhv, You can see this example: https://github.com/callstack/repack-examples. I tried and working fine.