Vercel Deployment fails due to missing project ID #5660
Answered
by
Patrick-Ehimen
0xkaspersol
asked this question in
Developer Support
-
My Vercel deployment fails with the error "No projectId found," even though I’ve defined one. It appears that every dApp now needs to supply a WalletConnect Cloud projectId to enable WalletConnect v2. |
Beta Was this translation helpful? Give feedback.
Answered by
Patrick-Ehimen
Feb 20, 2025
Replies: 1 comment
-
Try adding projectId to your Vercel deployment env variables via their dashboard or CLI. https://vercel.com/guides/how-to-add-vercel-environment-variables |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
0xkaspersol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding projectId to your Vercel deployment env variables via their dashboard or CLI. https://vercel.com/guides/how-to-add-vercel-environment-variables
this should resolve the issue