alexandrainst / node-red-contrib-postgresql

Node-RED node for PostgreSQL, supporting parameters, split, back-pressure
https://flows.nodered.org/node/node-red-contrib-postgresql
Apache License 2.0
31 stars 13 forks source link

Crashing on nodered 2.22 #26

Closed gocamiot closed 2 years ago

gocamiot commented 2 years ago

Morn. So latest docker nodered image, if I install your posgres node, nodered runs ok. If i drag and drop on workspace, nodered keeps on crashing. Before even I put credentials.

Your node is awesome bro. I use it on thousand flows. Please help. btw. I run the latest docker image. SO please test on docker image. Regards

Jakes

gocamiot commented 2 years ago

Update. I install latest docker image and make it run. I add postgressql in pallet. (all ok) I drag and drop on workspace. Nodered starts to restart. (postgressql node not configured yet, so it shows invalid) I configure noderedsql and deploy until eventually nodered accepts. nodered restarts once more and then runs normally. Hope you can recreate issue. For now Ill continue like that. Ciao

Alkarex commented 2 years ago

Thanks for the bug report. I will fix ASAP. Meanwhile, my guess is that the node needs to be configured (e.g. database parameters) before deploying.

Alkarex commented 2 years ago

Should be fixed by https://github.com/alexandrainst/node-red-contrib-postgresql/commit/9089ced43ef0a3225d9a601336b03c0e17c04c8f New release coming

Alkarex commented 2 years ago

Version 0.11.2 released https://github.com/alexandrainst/node-red-contrib-postgresql/releases/tag/v0.11.2 Feedback welcome