Ben Hardill

Results 518 comments of Ben Hardill

OK, finally got round to looking at the package.json you sent, it's not what I was expecting, it appears to be the one used to install Node-RED, not the one...

But I also want to point out that the only entries in the logs are from curl, not from the Node-RED node.

The comment was about the logs on the backend server, not something you can change, and turn the Node-RED logging back down, it just generates more stuff that is not...

Add and 2 extra lines after the original that is as follows ``` console.log(err) console.log(err.cause) ``` And let me know the full output, thanks

Please add a third line ``` console.log(err.errors) ```

OK, that explains things. The NodeJS app can not reach the server, the IPv4 and IPv6 addresses are correct, so it has resolved the hostname to it's IP addresses but...

@dleidert Can you confirm which version of Node-RED/Docker container you are using. Also can you run the following commands inside the running container: - `cd /data/projects/` - `git remote -v`...

Thanks @dleidert Any chance you could test on a 4.0.2 or 3.1.11 container? As in all honesty a fix is only likely to be provided on those levels.

@dleidert please be aware you should make plans to upgrade production, 3.0.x is out of support, the 3.0.x line was replaced by 3.1.x which will be supported until mid next...

As a first pass based on what we currently have in the buffer. I suggest having the forge app add 2 new entries to the `meta` object returned by the...