Ben Hardill
Ben Hardill
Resizing to match expanded requirements (including updating all the access checks to use overrides as well as team type)
@gstout52 is there a specific set of features required for the customer in question. This is now going to be a very large set of changes to lots of different...
- AI Assistant requires self hosted customers to acquire an access token from us before it can work. The token currently need to be manually generated and added to the...
Think best way to do this is to add a top level Team Type feature that is just true/false and then updating the `Team.getFeature(name)` to check this first. But also...
Please complete the full template you were shown when opening an issue, it collects the information we need to help. E.g. for a crash we really need to see the...
The latest version of the 3.1.x line is 3.1.15 and newest (released on Tuesday) version is 4.1.0. The 3.1.x branch is end of life (https://nodered.org/about/releases/) and any fix would be...
The crash is because the NodeJS runtime has run out of memory. Changing the size of the upload limit won't change how much memory the system need to process the...
P.s. you also really need a http-response node in your flow, or the http requests will stay open for a long time and keep the file payload in memory even...
Does it work if you remove the debug node and just have the http-response? The debug node does a lot of work to try and convert things to readable strings
Ok that makes sense, `node.warn` like that is effectively a debug node. And the reply is correct because files end up in `msg req.files` not `msg.payload`