We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://codesandbox.io/p/devbox/nextjs-appkit-forked-xcp8lx?workspaceId=ws_HkswW8AJDrvHHrPi9nTZj2
After connecting a wallet with <appkit-button />, appkit is POSTing to pulse.walletconnect.org which is returning 403.
<appkit-button />
pulse.walletconnect.org
{ "dependencies": { "@reown/appkit": "^1.6.5", "@reown/appkit-adapter-wagmi": "^1.6.5", "@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" }, "devDependencies": { "@types/node": "^22", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "^10.4.20", "eslint": "^9", "eslint-config-next": "15.0.3", "postcss": "^8", "tailwindcss": "^3.4.15", "typescript": "^5" } }
v20.12.0
10.5.0
The text was updated successfully, but these errors were encountered:
APKT-2379 [bug] 403 POSTs to `pulse.walletconnect.org`
Sorry, something went wrong.
No branches or pull requests
Link to minimal reproducible example
https://codesandbox.io/p/devbox/nextjs-appkit-forked-xcp8lx?workspaceId=ws_HkswW8AJDrvHHrPi9nTZj2
Summary
After connecting a wallet with
<appkit-button />
, appkit is POSTing topulse.walletconnect.org
which is returning 403.List of related npm package versions
Node.js Version
v20.12.0
Package Manager
10.5.0
The text was updated successfully, but these errors were encountered: