agoric-sdk: Cannot deliver "getBridge" to target. error from agoric start

Describe the bug

An error appears when running agoric start --reset --verbose to launch my Ag Solo chain. I’m unable to interact with my Wallet nor deploy the API, but the REPL is responsive.

To Reproduce

Steps to reproduce the behavior:

  1. Navigate to dapp directory. (that is: agoric init my-dapp; cd my-dapp)
  2. Enter agoric start --reset --verbose.
  3. Let process and then scroll down to 'Deployed Wallet!
  4. See error immediately below:
SES_UNHANDLED_REJECTION: (TypeError#1)
TypeError#1: Cannot deliver getBridge to target; typeof target is undefined

Expected behavior

Expected to be able to interact with my wallet using the agoric open command. The browser does open to localhost:8000 but I’m unable to meaningfully interact with any of the elements.

Platform Environment

  • macOS and Node 16.17.0
  • Agoric v 0.16.0 14b20e605

Additional context

Working on deploying the card store dapp. The command agoric deploy ./contract/deploy.js works correctly and returns SUCCESS! contract code installed on Zoe. The command agoric deploy ./api/deploy.js fails with "nameKey" not found.

Output

terminalOutput_091322.pdf The UI just spins out. Console output attached in pdf document.

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 28 (19 by maintainers)

Most upvoted comments

Also @cboydstun, if you need a commit version of master that has an operational wallet, use 3482e0d98748c9b799 , that is:

git checkout 3482e0d98748c9b7995c93cbef9a06b0ec0fbea8

I will likely be using this same commit at Cosmoverse in Medellin for the intro workshop.

Thanks for your help! =)

from the “agoric-sdk” directory the command git describe --tags --always returns agoricxnet-7-880-g14b20e605

from my “card-store” dapp directory the command returns fdf6ea2