using bun 1.3.14. sveltekit with typescript. "convex": "1.37.0"
github description copied over:
Yesterday I deployed me convex backend to both vercel and cloudflare. This was just the production env. I adedd the convex prod deploy key to just the cloudflare env.
I just checked convex prod deploy keys and none exist (they got revoked it seems).
Today I ran bun run dev:cloud and I keep on seeing this error:
I googled and only found this thread: anthropics/claude-code#12764.
I searched for CONVEX_DEPLOYMENT in my codebase no suspicious things. I have tried including both my dev and prod url's in .env.local to see if it was a env issue. no fix.
it's just my project name what is sensitive about it?
no hits in their discord for finding others who got this. any quick ideas?
I spun up a new convex project in the meanwhile to make it work again
Yesterday I deployed me convex backend to both vercel and cloudflare. This was just the production env. I adedd the convex prod deploy key to just the cloudflare env. I just checked convex prod dep...