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] Appkit is spamming requests in Next.js 15, causing Too many requests (429) #3567

Open
gdbroman opened this issue Jan 2, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@gdbroman
Copy link

gdbroman commented Jan 2, 2025

Link to minimal reproducible example

https://codesandbox.io/p/devbox/lzj8sy

Summary

As soon as you connect the wallet in Nextjs 15 a bunch failed requests to https://rpc.walletconnect.org/v1/?chainId=eip...&projectId=ab... are being spammed by appkit, quickly causing it to respond with Too many requests (429).

This caused us to exceed our plan's quota :(

List of related npm package versions

"@reown/appkit": "^1.6.3",
"@reown/appkit-adapter-wagmi": "^1.6.3",
"@tanstack/react-query": "^5.62.11",
"next": "^15.1.3",
"pino-pretty": "^13.0.0",
"react": "^18",
"react-dom": "^18",
"viem": "^2.22.1",
"wagmi": "^2.14.6"

Node.js Version

v23.2.0

Package Manager

pnpm@9.13.2

@gdbroman gdbroman added bug Something isn't working needs review labels Jan 2, 2025
@rtomas
Copy link
Contributor

rtomas commented Jan 3, 2025

hi @gdbroman ! This is issue was from an older version.
Are you sure that you can reproduce this issue on v1.6.3 ?
Can you double check it ?

@gdbroman
Copy link
Author

gdbroman commented Jan 3, 2025

hi @gdbroman ! This is issue was from an older version. Are you sure that you can reproduce this issue on v1.6.3 ? Can you double check it ?

Hi @rtomas. Yes, the codesandbox is running v1.6.3 afaict.

@rtomas
Copy link
Contributor

rtomas commented Jan 6, 2025

Thank you for the report! We are addressing it this week and will update you with any news.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@rtomas @gdbroman and others