Local Dev Deployment - Offline
Hello, I am looking for ways to be able to develop my app locally without internet connection. I was looking into the Local Deployment for Dev (npx convex dev --local), but when I turn offline it gives an error. Is there a flag or an a way to use local deployment offline, or is the only way to use convex offline is by self-hosting?
2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
Hopefully coming soon! You're right that all the pieces are there for this to work completely offline -- just need to make the CLI work in these cases (e.g. don't make it always check that you're logged in and fail if you're not conencted to the internet)