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] Invalid App Configuration #3940

Closed
gdbroman opened this issue Feb 28, 2025 · 1 comment
Closed

[bug] Invalid App Configuration #3940

gdbroman opened this issue Feb 28, 2025 · 1 comment
Labels
bug Something isn't working needs review

Comments

@gdbroman
Copy link

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 to pulse.walletconnect.org which is returning 403.

List of related npm package versions

{
  "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"
  }
}

Node.js Version

v20.12.0

Package Manager

10.5.0

@gdbroman gdbroman added bug Something isn't working needs review labels Feb 28, 2025
Copy link

linear bot commented Feb 28, 2025

@gdbroman gdbroman changed the title [bug] 403 POSTs to pulse.walletconnect.org [bug] Invalid App Configuration Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs review
Projects
None yet
Development

No branches or pull requests

1 participant