[devnet] Problem connecting wallet to sandbox
See original GitHub issueDescribe the bug I am running devnet and connecting to the local devnet explorer. When I try to connect my wallet, it seems to work, then a different address appears to be connected. See video.
After some experimentation, I tried signing out of the wallet, clearing the cache, and relaunching devnet and found that instead of this problem, after connecting the wallet, the sandbox never loaded, then after a delay, I get “This page is missing” (appears to be the same problem as #647).
https://user-images.githubusercontent.com/1473715/154149183-b82f7a33-71cc-423c-8cdf-96c3d72555c3.mov
To Reproduce
Start devnet, for example, clone https://github.com/hirosystems/stacks-billboard and then run clarinet integrate
, then open http://localhost:8000/sandbox/deploy.
Expected behavior I expect to be able to properly login to the devnet explorer sandbox and call a function.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (2 by maintainers)
Top GitHub Comments
It’s not ready yet.
@markmhx I’ve been reproducing these devnet issues over the weekend, it seems like @He1DAr’s work on refactoring the network mode state (which touches the sandbox code) may resolve many of these. I can check all these again once that work is ready to see if we can close these. If anything, it will be easier to fix these once that work is done.