convex-backend
convex-backend copied to clipboard
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
This happens to both node and bun while trying to start dev server on windows.
$ npm run dev
> [email protected] predev
> convex dev --until-success && convex dashboard
✔ Provisioned a dev deployment and saved its name as CONVEX_DEPLOYMENT to .env.local
Write your Convex functions in convex\
Give us feedback at https://convex.dev/community or [email protected]
View the Convex dashboard at https://dashboard.convex.dev/d/shocking-minnow-882
✔ 08:41:34 Convex functions ready! (11.93s)
Opening https://dashboard.convex.dev/d/shocking-minnow-882 in the default browser...
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
$ bun dev
$ convex dev --until-success && convex dashboard
✔ Provisioned a dev deployment and saved its name as CONVEX_DEPLOYMENT to .env.local
Write your Convex functions in convex\
Give us feedback at https://convex.dev/community or [email protected]
View the Convex dashboard at https://dashboard.convex.dev/d/shocking-minnow-882
✔ 08:42:00 Convex functions ready! (5.29s)
Opening https://dashboard.convex.dev/d/shocking-minnow-882 in the default browser...
Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file src\win\async.c, line 76
well that's no good. I did some quick googling and spotted this task https://github.com/nodejs/node/issues/56645 which may be relevant.
May take some time to get around to this.
It does look like from the logs that the dev portion worked - it's just the npx convex dashboard that opens the dashboard in the browser that failed - you can just click the link instead https://dashboard.convex.dev/d/shocking-minnow-882