BluePenguinB
Convex Community4mo ago
3 replies
BluePenguin

Offline development using local deployment

Hi all! I've got a long train journey coming up with spotty/absent internet.

Looking to setup local environment to dev against but noticing a few issues
1. while disconnected from the internet
convex dev
errors with a failed request to Sentry
2. the dashboard is still hosted on a convex domain (which loops back to my localhost). Is there a dashboard UI available locally?
3. convex is neither picking up env variables in .env.local or inlined in the CLI. My server won't start b/c of some missing env variables, so I can't set them in the dashboard.

What am I doing wrong?
Was this page helpful?