Bug: Did not get redirect after setting up local testnet
0xlxy opened this issue · 1 comments
0xlxy commented
Describe the bug
I was following the instructions to setup the wallet. On the Setup Run Anvil
page, after running the local chain
anvil \
--chain-id 1 \
--fork-url https://cloudflare-eth.com
I'm suppose to get redirect to the next step. However no redirect happened while both the rivet wallet (http://localhost:5173/
) and the local testnet (127.0.0.1:8545
) are running locally.
To Reproduce
Steps to reproduce the behavior:
pnpm dev
to start the local rivet wallet- upload
dist/dev
folder to the chrome extension - right click the rivet and click "Open Wallet in a New Tab"
- following the Set Up procedures until
- start the local testnet and wait for the redirect
Expected behavior
"When Rivet detects the Anvil instance is running, we will redirect you."
Desktop (please complete the following information):
- OS: macOS Ventura Version 13.5
- Browser: Chrome Version 113.0.5672.92 (Official Build) (arm64)
jxom commented
Can you try again? Should be fixed.