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
Vercel Deployment fails even though project ID defined, Error: No projectId found. Every dApp must now provide a WalletConnect Cloud projectId to enable WalletConnect v2 #5522
Describe the bug
I have a Nextjs14 project, and my WalletConnectId variable is populated with an .env variable but only works with localhost. When trying to build with vercel, the errr shows up.
SDK Version (if relevant)
Client: JS
Version: 2.12.8
To Reproduce
Steps to reproduce the behavior:
Create NextJS 14 project
Create .env in root directory
Declare project ID variable with process.env.NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID
Use wagmi or Rainbow kit to create providers
Deploy project to github amd when Vercel tries to build project the build fails with the error
Error: No projectId found. Every dApp must now provide a WalletConnect Cloud projectId to enable WalletConnect v2