thanks for the release team, one problem
thanks for the release team, one problem I'm having seems to be not fixed with latest release:
when I try to call a "node action" from a "httpAction" to upload an image, it fails with;
it used to work like a month ago, I'm on latest convex/dashboard/contex-js š¤ when I place my action code directly in to httpAction it works so its not a blocker
14 Replies
Any information in your backend logs?
I see this error mroe in the file
Do you have a code snippet we can repro with?
Regression is no good! I want to fix
thanks, will PM you the http and node actions now
sent āļø also after this error occurs the local connection refuses to connect and push functionc changes with
backend logs
restarting docker container solves the connection issue
just tested it this works ok on convex cloud
I am getting the same error
Yep, also the same behaviour
I have also followed up in PM with code and data for repro
Hey! Any updates on this?
Will be taking a look soon.
Sorry for delay - it was a holiday weekend over in the states
welp that makes sense, dw
May be a few more days before I get to this - but it's on my list
hey sorry to bother - any updates?
sorry still haven't had time to look into this - thanks for the bump. Still on my list.
If anyone in the community has some time to look into / debug this we'd appreciate the assist, but it's still on my list.
@stefano if you are blocked by this the problem is happening if you call node action from http handler
try to place your node action logic directly in to http handler, this is the workaround I'm using for now
i am getting your same exact problem - but not inside an http action, so i'm afraid i can't try that!
is it node action being called from another node action?
A much "simpler thing"... running this function normally (e.g. via the dashboard) will getme an error "Connection lost while action was in flight";
If I schedule that exact function from a non "use node" file (via ctx.scheduler) and exact same arguements you will get a "Transient error while executing action" failure in the logs.
Both thing1 and thing2 documents are sized >120KB. Cannot share the values nor the schema cause they contain sensitive data.
What I can say is that both their schemas are complicated and very lengthy. Didn't reicive an error until the latest docker update