Noah
Noah
CCConvex Community
Created by Noah on 3/21/2025 in #support-community
Convex Local Dev Deployments failing
Works now on Node 18, thanks for the help! Would have apreciated some clearer guidance on this in the doc page for Local Deployment. How I understood it, only the projects "use node" directives rely on Node 18. But it seems like any local deployment needs Node 18
12 replies
CCConvex Community
Created by Noah on 3/21/2025 in #support-community
Convex Local Dev Deployments failing
Will test with Node 18
12 replies
CCConvex Community
Created by Noah on 3/21/2025 in #support-community
Convex Local Dev Deployments failing
Yeah, Cloud works great. But we'd love to get local working. We're using Devin.ai and want each Devin VM to have its own Convex environment. Local seems perfect for that.
12 replies
CCConvex Community
Created by Noah on 3/21/2025 in #support-community
Convex Local Dev Deployments failing
I'm on Node 22 (v22.12.0)
12 replies
CCConvex Community
Created by Noah on 3/21/2025 in #support-community
Convex Local Dev Deployments failing
Just tested it with a clean, new Convex app and it's not working either...
➜ my-app npx convex dev --local
? What would you like to configure? create a new project
? Team: noah-43fb2
? Project name: dsfsdfds
✔ Created project dsfsdfds in team noah-43fb2, manage it at https://dashboard.convex.dev/t/noah-43fb2/dsfsdfds
You're trying out the beta local deployment feature!
To learn more, read the docs: https://docs.convex.dev/cli/local-deployments
To opt out at any time, run `npx convex disable-local-deployments`
waiting for local backend to start...
✖ Local backend did not start on port 3210 within 10 seconds.
✖ Hit an error while running local deployment.
Your error has been reported to our team, and we'll be working on it.
To opt out, run `npx convex disable-local-deployments`. Then re-run your original command.
➜ my-app npx convex dev --local
? What would you like to configure? create a new project
? Team: noah-43fb2
? Project name: dsfsdfds
✔ Created project dsfsdfds in team noah-43fb2, manage it at https://dashboard.convex.dev/t/noah-43fb2/dsfsdfds
You're trying out the beta local deployment feature!
To learn more, read the docs: https://docs.convex.dev/cli/local-deployments
To opt out at any time, run `npx convex disable-local-deployments`
waiting for local backend to start...
✖ Local backend did not start on port 3210 within 10 seconds.
✖ Hit an error while running local deployment.
Your error has been reported to our team, and we'll be working on it.
To opt out, run `npx convex disable-local-deployments`. Then re-run your original command.
12 replies
CCConvex Community
Created by Noah on 3/21/2025 in #support-community
Convex Local Dev Deployments failing
It's been running. Doesn't help, unfortunately.
➜ repo git:(main) ✗ npx convex dev --local
✔ Provisioned a local deployment and saved its:
name as CONVEX_DEPLOYMENT to .env.local
URL as NEXT_PUBLIC_CONVEX_URL to .env.local

Write your Convex functions in convex/
Give us feedback at https://convex.dev/community or support@convex.dev

⠧ Fetch failed, is http://127.0.0.1:3210 correct? Retrying...
➜ repo git:(main) ✗ npx convex dev --local
✔ Provisioned a local deployment and saved its:
name as CONVEX_DEPLOYMENT to .env.local
URL as NEXT_PUBLIC_CONVEX_URL to .env.local

Write your Convex functions in convex/
Give us feedback at https://convex.dev/community or support@convex.dev

⠧ Fetch failed, is http://127.0.0.1:3210 correct? Retrying...
12 replies