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:
- Navigate to dapp directory. (that is:
agoric init my-dapp; cd my-dapp
) - Enter
agoric start --reset --verbose
. - Let process and then scroll down to 'Deployed Wallet!
- 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)
Also @cboydstun, if you need a commit version of master that has an operational wallet, use 3482e0d98748c9b799 , that is:
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
returnsagoricxnet-7-880-g14b20e605
from my “card-store” dapp directory the command returns
fdf6ea2