paradigmxyz/rivet

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:

  1. pnpm dev to start the local rivet wallet
  2. upload dist/dev folder to the chrome extension
  3. right click the rivet and click "Open Wallet in a New Tab"
  4. following the Set Up procedures until
Screenshot 2023-09-01 at 2 25 02 PM
  1. start the local testnet and wait for the redirect

Expected behavior
"When Rivet detects the Anvil instance is running, we will redirect you."

Screenshots
image
image
image

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.