Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] 400 Error: projectId not passed to WalletConnect Explorer API after recent wagmi upgrade #2209

Open
1 task done
nakedfool opened this issue Oct 8, 2024 · 1 comment

Comments

@nakedfool
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

RainbowKit Version

2.1.7

wagmi Version

2.12.17

Current Behavior

After upgrading to the latest version of wagmi, we're encountering a 400 bad request error when the WalletConnect Explorer API is called. The issue appears to be that the projectId is not being passed in the request URL, even though it's specified in the codebase.

Expected Behavior

A GET request is made to the WalletConnect Explorer API with success ( 200 code )

Steps To Reproduce

  1. Upgrade to the latest version of wagmi
  2. Implement RainbowKit with a valid projectId
  3. Observe network requests when interacting with wallet connect API.

Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)

No response

Anything else?

No response

@haylorjulian
Copy link

Also having a similar issue - although returning a 401
image
image

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

No branches or pull requests

3 participants
@nakedfool @haylorjulian and others