When the wallet-ui receives an offer through listening to the VStorage, the wallet will on the initial receive error out and not display the offer. However, after a refresh of the app the offer pops up and can be interacted with
The refresh does not work on production app (wallet.agoric.app), however does work on a local version
Referencing this issue here too: #116 as it is also related to offers
To Reproduce
Steps to reproduce the behavior:
run a local version of wallet-ui
go to localhost:3001 or 3000 (depending on your port)
receive any non-vbank ERTP NFT offer
No offer in wallet pops up
console will contain an error
refresh tab
Offer pops up
Expected behavior
Expect the offer to be received by the wallet through listening to Vstorage without erroring in the wallet-ui app
Platform Environment
MacOS ventura 13.0 with NodeJs v18.16.0
@agoric/cosmic-swingset@0.41.3-499-g3573f7960
Additional context
Discussed on a call with @dckc and @turadg going through the entire flow of how to get things to go wrong.
We don't expect to continue sending non-vbank ERTP asset offers through the wallet-app bridge so I'm closing this as a known issue. Will reopen if that plan changes.
Describe the bug
When the wallet-ui receives an offer through listening to the VStorage, the wallet will on the initial receive error out and not display the offer. However, after a refresh of the app the offer pops up and can be interacted with
The refresh does not work on production app (wallet.agoric.app), however does work on a local version
Referencing this issue here too: #116 as it is also related to offers
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect the offer to be received by the wallet through listening to Vstorage without erroring in the wallet-ui app
Platform Environment
Additional context
Discussed on a call with @dckc and @turadg going through the entire flow of how to get things to go wrong.
Screenshots