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]} image Please help me! Thanks

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 17 (4 by maintainers)

Most upvoted comments

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 all new Repack.plugins.CodeSigningPlugin in webpack.config.mjs

Hi @duyanhv, You can see this example: https://github.com/callstack/repack-examples. I tried and working fine.