You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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: