`convex dashboard` command not working in windows 11
I use windows 11 as main OS, yesterday I used Pop_OS,
i noticed- a new tab with convex dashboard opens after dev server start.
found in my package.json preved scripit
"predev": "convex dev --until-success && convex dashboard",
so convex dashboard is the reason.
but that not worked anytime in windows 11.5 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!
You can access the dashboard in various other ways, inclduing by simply opening https://dashboard.convex.dev/ yourself.
Convex Dashboard
Manage your Convex apps
I feel like the question is more about why the same command does different things on Windows 11 vs the other OS. The command should load the dashboard, but for some reason on Windows it doesn't work.
@Zubair Unfortunately I'm a Mac guy, so I can't offer any insight. However, I think that I've seen comments here and there about a known issue on Windows with some of the CLI commands...maybe? Hoping that someone else more familiar with the territory can come along and either confirm or deny that.
i tried to edit https://github.com/get-convex/convex-js/blob/main/src/cli/dashboard.ts in my windows 11. but until now- i did not succeed.
issue created https://github.com/get-convex/convex-js/issues/96
GitHub
'convex dashboard' command not working in windows 11 · Issue #96 ...
convex dashboard not opening in Windows 11. default browser: Chrome 141.0.7390.66 and Brave Brave 1.85.56 (Official Build) nightly (64-bit) IDE: Cursor and VS Code Terminal: bash, cmd, powershell c...