Skip to content

Fix localhost url for foundry#49

Merged
mateuszradomski merged 2 commits intomasterfrom
fix-localhost
Oct 9, 2023
Merged

Fix localhost url for foundry#49
mateuszradomski merged 2 commits intomasterfrom
fix-localhost

Conversation

@sz-piotr
Copy link
Member

@sz-piotr sz-piotr commented Oct 6, 2023

@linear
Copy link

linear bot commented Oct 6, 2023

L2B-2740 BYOR doesn't work locally because localhost resolves to ipv6 in node 18

the RPC url is localhost:8545 but it resolves to ::1:8545 which fails to connect because foundry listens only on 127.0.0.1:8545
foundry-rs/foundry#5222 (comment)
PS. This was such a PITA to debug!!!

@vercel
Copy link

vercel bot commented Oct 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
byor-wallet ✅ Ready (Inspect) Visit Preview Oct 9, 2023 10:36am

Copy link
Collaborator

@mateuszradomski mateuszradomski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually thought that I had a problem with my instance of Postgres...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants