How do I choose a development model
I only have production mode to choose from. I have this situation in a convex dashboard: 'You do not have a personal development environment in this project yet'
7 Replies
Hi Francismiko, let’s take a look — have you run ‘npx convex dev’ in your project? That should create a dev deployment for you
Thanks, I probably know why
Ok! Let me know if anything else comes up or the dev deployment doesn’t show up
I can get the token in this connection: https://dashboard.convex.dev/auth, but not in the command prompt: https://dash.convex.dev/auth
Convex Dashboard
Manage your Convex apps
Oh thank you, looks like that's a typo in our command line. It should be dashboard.convex.dev as you mentioned
Hey @Francismiko, would you mind sharing which environment you're using for running
npx convex dev
? Are you using an online editor like Stackblitz?Hi@Michal Srb,I use vscode of win11 system as my development environment