twoshansterT
Convex Community3mo ago
2 replies
twoshanster

Error: Invalid deployment address: Must start with "https://" or "http://".Found "https://..."

I am trying to deploy my ios expo go app to production and have added all environment variables to convex, expo, and my .env.production files. However, when I test signing up a new user on the app, I get this error "Error: Invalid deployment address: Must start with "https://" or "http://".
Found "https://(my prod convex url here)"". The user correctly shows up on my Clerk production dashboard, but I don't see any user being created on the Convex production or development dashboard due to this error.

I've verified that my environment variables all match and are actually production env variables, whether that's on my convex environment variables configuration, the expo environment variables, or the .env.production file.
Was this page helpful?