ampp
ampp2w ago

Unable to start push / Bad Gateway

Im getting this on my preview deployment. I cant tell if its my problem.. I get Deploying to https://fast-falcon-504.convex.cloud... then
Error: Unable to start push to https://fast-falcon-504.convex.cloud
✖ Error fetching POST https://fast-falcon-504.convex.cloud/api/deploy2/start_push 502 Bad Gateway
Error: Command "cd ../../packages/backend && npx convex deploy --cmd 'cd ../../apps/myapp && turbo run build' --cmd-url-env-var-name NEXT_PUBLIC_CONVEX_URL" exited with 1
Error: Unable to start push to https://fast-falcon-504.convex.cloud
✖ Error fetching POST https://fast-falcon-504.convex.cloud/api/deploy2/start_push 502 Bad Gateway
Error: Command "cd ../../packages/backend && npx convex deploy --cmd 'cd ../../apps/myapp && turbo run build' --cmd-url-env-var-name NEXT_PUBLIC_CONVEX_URL" exited with 1
2 Replies
Convex Bot
Convex Bot2w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
ampp
amppOP2w ago
Its first deploying to another instance, creating tables etc, but i cant see where its getting other convex credentials as it looks different than prod and dev I got a build command in package.json, and vercel.json so it was running it twice.

Did you find this page helpful?