ryanwigggggR
Convex Community2y ago
1 reply
ryanwiggggg

Replit <> npx convex dev broken

I have a working replit that's deployed to production, but hitting an issue with developing it that I can't figure out...

when I try to do dev on it, I think I might be using prod credentials but somehow I'm now getting an error when I try to run npx convex dev

*npx convex dev

--- 403 Forbidden: ServiceAccount: service account ValidatedServiceAccount { project_id: ProjectId(104799), creator: MemberId(23304) } does not have full access to member*

but if I do npm run build (which I've defined as npx convex deploy + next build) it works.

*memories@1.0.0 build
npx convex deploy --cmd 'npm run building'

--- ⠋ Running 'npm run building' with environment variable "NEXT_PUBLIC_CONVEX_URL" set...*
Was this page helpful?