BingoB
Convex Community5mo ago
31 replies
Bingo

Dashboard erroring after page refresh due to update on local deployment

Hello,

I was working for the past few hours using convex using the local deployment with these envs generated by convex:

CONVEX_DEPLOYMENT=local:local-octavian_regatun-planitly # team: octavian-regatun, project: planitly
CONVEX_URL=http://127.0.0.1:3210


About 10 minutes ago i got a toast/pop-up on the bottom right corner saying something along the lines that the convex dashboard has updated and i can/should refresh the page due to that. I did refresh the page but now suddenly the entire dashboard page crashes when i go to my project on the local deployment environment and it looks like in the attached image.

I did reinstall the node_modules, i did rerun npx convex dev, still nothing

This is the event id of the error: Event ID: e0f283ba9b884c49bef00c289e172bfd

This is the error that I get in the browser console in the Convex Dashboard:

Error: [CONVEX Q(_system/frontend/node:version)] [Request ID: e15aaadc98ee2cad] Server Error
Couldn't find system module '"frontend/node.js"'.

  Called by client
    at w.queryResult (_app-fa13c55603a9b4f3.js:183:111034)
    at X.localQueryResult (_app-fa13c55603a9b4f3.js:183:132136)
    at Object.localQueryResult (_app-fa13c55603a9b4f3.js:183:153534)
    at D.getLocalResults (_app-fa13c55603a9b4f3.js:183:158159)
    at getCurrentValue (_app-fa13c55603a9b4f3.js:183:159553)
    at _app-fa13c55603a9b4f3.js:183:151971
    at ag (framework-fea3d064758761d9.js:1:59317)
    at aH (framework-fea3d064758761d9.js:1:63619)
    at e.onmessage (_app-fa13c55603a9b4f3.js:183:116453)Caused by: React ErrorBoundary Error: [CONVEX Q(_system/frontend/node:version)] [Request ID: e15aaadc98ee2cad] Server Error
Couldn't find system module '"frontend/node.js"'.
CleanShot_2025-09-06_at_00.48.202x.png
Was this page helpful?