How to pass the http request object as an argument
use node directive. I call the node action from within the http action, but need to pass the request object to the node action.In my node action I accept the args as follows:
When I do that however I get a type error. It looks like Convex can not serialize the request object and pass it as a method param. Is there a best practice here?
