You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @meng-x! I was able to reproduce the error when running the app using as .env file the same values on .env.example. Is this your case?
The problem with using those default values is that the home and foreign bridge addresses are just example addresses and not real deployed bridges on the specified networks.
errors.js:29 Uncaught (in promise) Error: Returned error: VM execution error.
at Object.ErrorResponse (http://localhost:3000/static/js/bundle.js:89731:16)
at http://localhost:3000/static/js/bundle.js:96956:36
at XMLHttpRequest.request.onreadystatechange (http://localhost:3000/static/js/bundle.js:112036:13)
From previous event:
at PromiEvent (http://localhost:3000/static/js/bundle.js:96582:24)
at send (http://localhost:3000/static/js/bundle.js:90698:21)
at Object._executeMethod (http://localhost:3000/static/js/bundle.js:110780:24)
at RootStore._callee$ (http://localhost:3000/static/js/bundle.js:127546:59)
at tryCatch (http://localhost:3000/static/js/bundle.js:77465:40)
at Generator.invoke [as _invoke] (http://localhost:3000/static/js/bundle.js:77699:22)
at Generator.prototype.(anonymous function) [as next] (http://localhost:3000/static/js/bundle.js:77517:21)
at step (http://localhost:3000/static/js/bundle.js:127476:191)
at http://localhost:3000/static/js/bundle.js:127476:437
at new Promise ()
at RootStore. (http://localhost:3000/static/js/bundle.js:127476:99)
at RootStore.setBridgeMode (http://localhost:3000/static/js/bundle.js:127563:21)
at executeAction (http://localhost:3000/static/js/bundle.js:33256:19)
at RootStore.res (http://localhost:3000/static/js/bundle.js:33248:16)
at new RootStore (http://localhost:3000/static/js/bundle.js:127525:10)
at Object../src/stores/RootStore.js (http://localhost:3000/static/js/bundle.js:127574:58)
at webpack_require (http://localhost:3000/static/js/bundle.js:679:30)
at fn (http://localhost:3000/static/js/bundle.js:89:20)
at Object../src/index.js (http://localhost:3000/static/js/bundle.js:124778:76)
at webpack_require (http://localhost:3000/static/js/bundle.js:679:30)
at fn (http://localhost:3000/static/js/bundle.js:89:20)
at Object.0 (http://localhost:3000/static/js/bundle.js:129251:18)
at webpack_require (http://localhost:3000/static/js/bundle.js:679:30)
at http://localhost:3000/static/js/bundle.js:725:37
at http://localhost:3000/static/js/bundle.js:728:10
ErrorResponse @ errors.js:29
(anonymous) @ index.js:137
request.onreadystatechange @ index.js:77
Promise.then (async)
step @ HomeStore.js:383
(anonymous) @ HomeStore.js:383
(anonymous) @ HomeStore.js:383
setBridgeMode @ RootStore.js:31
executeAction @ mobx.module.js:193
res @ mobx.module.js:185
RootStore @ RootStore.js:15
./src/stores/RootStore.js @ RootStore.js:34
webpack_require @ bootstrap 4a8c3985ccb47bbaf6c4:678
fn @ bootstrap 4a8c3985ccb47bbaf6c4:88
./src/index.js @ IBlockReward.json:1
webpack_require @ bootstrap 4a8c3985ccb47bbaf6c4:678
fn @ bootstrap 4a8c3985ccb47bbaf6c4:88
0 @ web3.js:97
webpack_require @ bootstrap 4a8c3985ccb47bbaf6c4:678
(anonymous) @ bootstrap 4a8c3985ccb47bbaf6c4:724
(anonymous) @ bootstrap 4a8c3985ccb47bbaf6c4:724
web_widget.81a9520d6bc79c9a9f55.js:8 Our embeddable contains third-party, open source software and/or libraries. To view them and their license terms, go to http://goto.zendesk.com/embeddable-legal-notices
web3.js:82 This is Kovan network. 42
The text was updated successfully, but these errors were encountered: