Nipunn Koorapati
Nipunn Koorapati
one of our go-to strategies is to put helper methods into this library https://github.com/get-convex/convex-helpers - which is pretty popular. This library lets you layer things on top of the base...
Convex uses a reactive websocket protocol. By default, data is not sent down unless one of the inputs to the query changes. https://docs.convex.dev/understanding/ Before we get into discussions about a...
Hi - there's no need to tag anyone. The repository maintainers will check on their own. Apologies to the folks who were unnecessarily tagged.
If you set `CONVEX_TRACE_FILE=1` - you'll get a `convex-local-backend.log` with local backend logs Take a look at the logs and let us know what you find.
also worth checking for things like out-of-memory and out-of-disk-space on your servers.

This seems reasonable! I was able to repro this failing at runtime ``` just convex run simple:nipunntest ✖ Failed to run function "simple:nipunntest": Error: [Request ID: b6e6f4f5179064a9] Server Error Uncaught...
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...
thx for the PR. Check out the discussion in #130 - too.
community supported integrations welcome!