fawwazF
Convex Communityโ€ข3y agoโ€ข
17 replies
fawwaz

convex dev server can take up to minute to update, what can I do?

hey all ๐Ÿ‘‹ , my Convex dev server can take as long as a minute to reflect changes, which is a big hit to development speed. it seems that errors elsewhere in the code can also prevent the server from updating. For instance, if you attempt to reference an 'internalQuery' within an action, but there's a typo or mistake in the action code (like unclosed brackets), it results in errors and the dev server will not have updated internalQuery. So I often find myself staring at the screen, waiting for the Convex dev server to update.

is there is anything I can do to make the convex dev server faster?
image.png
Was this page helpful?