flowjs/flow.js

Node Js sample not working

Opened this issue · 1 comments

It seems node sample not working on Node Version 6.5. Could upload files to tmp folder. App crashes

I found a small part of a fix for this issue. In the app.js of the sample there is a line that says res.status(status).send(). This does not work as the http server expects a number. I tried instead sending 200, which I guess is to acknowledge that all went fine.

This resolves the crash, but unfortunately no files are added to the tmp directory.