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
I have a Nextjs14 project, and my WalletConnectId variable is populated within an .env variable but only works with localhost. When trying to build with vercel, the error shows up.
'Error: No projectId found. Every dApp must now provide a WalletConnect Cloud projectId to enable WalletConnect v2'
Expected Behavior
Build should not fail.
Steps To Reproduce
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"
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
RainbowKit Version
2.1.5
wagmi Version
2.12.8
Current Behavior
I have a Nextjs14 project, and my WalletConnectId variable is populated within an .env variable but only works with localhost. When trying to build with vercel, the error shows up.
'Error: No projectId found. Every dApp must now provide a WalletConnect Cloud projectId to enable WalletConnect v2'
Expected Behavior
Build should not fail.
Steps To Reproduce
To Reproduce
Steps to reproduce the behavior:
"Error: No projectId found. Every dApp must now provide a WalletConnect Cloud projectId to enable WalletConnect
v2"
Link to Minimal Reproducible Example (CodeSandbox, StackBlitz, etc.)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: