Closed 0xpatrickdev closed 2 years ago
thank you for the detailed error message!
I can confirm that I run into the same error on my machine.
# running
git describe --tags --always
# prints
7d1aef0
OS: MacOS Monterey 12.4 Browser: Brave Browser, Version 1.42.97 Chromium: 104.0.5112.102 (Official Build) (arm64)
I am able to get rid of the front end error by bumping ses
to 0.15.18
, but still no luck on the getting the dapp to connect to the wallet.
2022-08-24T00:39:55.193Z web: GET /wallet-bridge.html?suggestedDappPetname=FungibleFaucet 304 - - 0.817 ms
2022-08-24T00:39:55.834Z web: 127.0.0.1:50193[102]: new WebSocket /private/wallet-bridge?suggestedDappPetname=FungibleFaucet
2022-08-24T00:40:02.858Z web: 127.0.0.1:50193[102]: client closed
2022-08-24T00:40:03.256Z web: GET /wallet-bridge.html?suggestedDappPetname=FungibleFaucet 304 - - 1.387 ms
2022-08-24T00:40:03.796Z web: 127.0.0.1:50225[103]: new WebSocket /private/wallet-bridge?suggestedDappPetname=FungibleFaucet
2022-08-24T00:40:10.868Z web: 127.0.0.1:50225[103]: client closed
2022-08-24T00:40:11.307Z web: GET /wallet-bridge.html?suggestedDappPetname=FungibleFaucet 304 - - 0.646 ms
2022-08-24T00:40:11.856Z web: 127.0.0.1:50280[104]: new WebSocket /private/wallet-bridge?suggestedDappPetname=FungibleFaucet
2022-08-24T00:40:18.871Z web: 127.0.0.1:50280[104]: client closed
Combinations of the /wallet-bridge
path and/or the suggestedDappPetname
query param do not seem to resolve in either app.
debug mode doesn't seem to be staying on either.... 👀
Describe the bug
I am initializing the default demo project with
agoric init demo
. When trying to connect the dapp to the agoric wallet, it seems the dapp does not connect to the API server and I am not prompted to enable the dapp. I also see some error messages in the web console for the dapp (see screenshot), and atarget has no method "getIssuerSuggestionsNotifier"
error in the solo client console.To Reproduce
Steps to reproduce the behavior:
agoric-sdk
agoric init demo && cd demo && agoric install
agoric start --reset -v
start solo client ✅agoric deploy contract/deploy.js api/deploy.js
deploy contract and api in second terminal ✅agoric open --repl
open wallet interface and connect solo wallet ✅cd ui && yarn start
to run dapp ✅Expected behavior
Dapp should be able to connect to the Agoric Wallet
Platform Environment
agoricxnet-7-19-gcb34f55da
agoricxnet-7-808-gcac762add
Both environments are working successfully up until connecting the dapp
Solo Client Logs
Screenshots