Vercel deploy prompting for a login
I have been facing this in build log and when i authorize it vercel doesnt move fordward it just stays same and ultimately deplyment gets cancelled

13 Replies
Did you add the ENVs in Vercel?
yes
Seems like you forgot them completely
Did you use convex deploy? Convex dev is online for local use
yes

Show me the commands that are running in vercel pls

I have run vite build command locally and published it on github
Im not an expert in Vite but this does not look like in the docs

Using Convex with Vercel | Convex Developer Hub
Host your frontend on Vercel and your backend on Convex.
I have run vite build command locally and published it on github
@Hemil@horizon
1. make sure you are on the latest version of Convex (1.11.0), that should fix it
2. If not, unset CONVEX_DEPLOYMENT for production and preview Vercel deployments
@Michal Srb @FleetAdmiralJakob 🗕 🗗 🗙 Thanks for your help