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
ag-solo's builtin web server was incorrectly configured. Dapps were trying to reach http://localhost:8000/wallet/bridge.html but no bridge connection would result.
Using the dapp would connect to the Solo and make progress in its UI.
Platform Environment
what OS are you using? what version of Node.js?
is there anything special/unusual about your platform?
what version of the Agoric-SDK are you using? (run git describe --tags --always)
Additional context
It looks like the Solo's wallet bridge connection is stuck. Loading the http//localhost:8000/wallet/bridge.html page directly (as the network tab reveals the dapp is trying to do) doesn't show the "no user-servicable parts" bridge page, it shows the Solo wallet management UI. It looks like the web server is configured for a Single Page App, when in reality it's a Dual Page App.
Screenshots
I'm writing this from memory.
The text was updated successfully, but these errors were encountered:
Describe the bug
#8533 solved this problem.
ag-solo
's builtin web server was incorrectly configured. Dapps were trying to reachhttp://localhost:8000/wallet/bridge.html
but no bridge connection would result.To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/Agoric/dapp-card-store -b mfig-hack-getting-started
Expected behavior
Using the dapp would connect to the Solo and make progress in its UI.
Platform Environment
git describe --tags --always
)Additional context
It looks like the Solo's wallet bridge connection is stuck. Loading the
http//localhost:8000/wallet/bridge.html
page directly (as the network tab reveals the dapp is trying to do) doesn't show the "no user-servicable parts" bridge page, it shows the Solo wallet management UI. It looks like the web server is configured for a Single Page App, when in reality it's a Dual Page App.Screenshots
I'm writing this from memory.
The text was updated successfully, but these errors were encountered: