-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
hi @gdbroman ! This is issue was from an older version. |
Hi @rtomas. Yes, the codesandbox is running |
Thank you for the report! We are addressing it this week and will update you with any news. |
This also happens in the Qwik framework |
Hi @rtomas any update? This issue has forced us to disable all our use of appkit. |
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 withToo 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
The text was updated successfully, but these errors were encountered: