Bingo
Bingo•3d ago

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
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"'.
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"'.
No description
25 Replies
erquhart
erquhart•3d ago
@Deki @Bingo you both using local deployments?
Deki
Deki•3d ago
Yessir
Bingo
BingoOP•3d ago
yeah me too, only happens on local deployment
ari
ari•3d ago
Can you try restarting your npx convex dev to pick up the latest version of the local convex backend?
Deki
Deki•3d ago
Idk how he managed to switch to "prod" As for me it crashes instantly Btw for me it only crashes on this important project, on some chef testing project it works Done like 30 times...
Bingo
BingoOP•3d ago
did this now and still same error
Bingo
BingoOP•3d ago
for my url for dashboard url example: https://dashboard.convex.dev/t/octavian-regatun/planitly/local-octavian_regatun-planitly/data?table=friendships from the url you re redirected to when opening the dashboard of your project only keep your name and your project name and remove everything else in my case strip everything after /octavian-regatun/planitly/
Convex Dashboard
Manage your Convex apps
Jordan22
Jordan22•3d ago
hi! can you please try this command? npx convex dev --local --local-backend-version precompiled-2025-09-03-d2cf837
Deki
Deki•3d ago
For me, still crashing
Bingo
BingoOP•3d ago
did it still not working
Jordan22
Jordan22•3d ago
are you still seeing the same error?
Bingo
BingoOP•3d ago
yep
No description
Bingo
BingoOP•3d ago
its fixed now
Deki
Deki•3d ago
Same exact error here
Bingo
BingoOP•3d ago
No description
Bingo
BingoOP•3d ago
the pop-up on the bottom right corner appeared just before i started having the issues explained above, after i clicked it and it refreshed the page i started having the entire dashboard page crash
Deki
Deki•3d ago
For me its back online now, but its crazy slow Guys, what is your opinion on using polar if i only have one time purchase products
erquhart
erquhart•3d ago
take this up in a different thread just to keep this one focused on troubleshooting
Bingo
BingoOP•3d ago
Yeah it takes a bit longer than usual to switch between pages imo, for example when switching between logs pages between functions
ari
ari•3d ago
Hey yall, sorry about the error. We've rolled back the dashboard to the old version that works and will ship a new version when the issue with local backends is fixed. That popup should go away in a minute or so
Bingo
BingoOP•3d ago
But the core issue that i made the thread for seems to be solved, the dashboard doesn't crash, idk if the page loading slowly is still related to this or if its something else
Deki
Deki•3d ago
Thank you for work at friday midnight
Bingo
BingoOP•3d ago
awesome, thanks a lot for the help guys 😄 Now the loading speed when navigating between pages also seems fine:)
Clever Tagline
Clever Tagline•3d ago
It's not even closing time at Convex HQ (US Pacific time)
ari
ari•3d ago
Yeah we're in san francisco 🙂

Did you find this page helpful?