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
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
The deployed dapp does not fail very gracefully when the user hasn’t set up a wallet bridge properly.
There’s a console error in the deployed dapp, emitted from agoric-wallet.html:
found Agoric wallet [object Object]?suggestedDappPetname=cardStore
agoric-wallet.html?suggestedDappPetname=cardStore:24 Uncaught TypeError: Failed to construct 'URL': Invalid URL
at fromFrame (agoric-wallet.html?suggestedDappPetname=cardStore:24)
The hint appears to be an object where a string is expected. The object is the event.data in a cross-frame MessageEvent, from the local wallet, on https://local.agoric.com/?append=/wallet-bridge.html.
Hi @michaelfig I assigned this to you because I think it will be solved by the wallet bridge component you were working on, but let me know if that's not the case.
The deployed dapp does not fail very gracefully when the user hasn’t set up a wallet bridge properly.
There’s a console error in the deployed dapp, emitted from agoric-wallet.html:
The hint appears to be an object where a string is expected. The object is the
event.data
in a cross-frame MessageEvent, from the local wallet, onhttps://local.agoric.com/?append=/wallet-bridge.html
.Originally posted by @kriskowal in #31 (comment)
The text was updated successfully, but these errors were encountered: