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
32 stars 13 forks source link

node-red-contrib-postgresql crashes on Citrix virtualized Windows 10 desktop host but not on physical Linux host #36

Closed YitzHandel closed 1 year ago

YitzHandel commented 1 year ago

I am trying to migrate my flows from a physical Linux (Ubuntu) host to a Citrix virtualized Windows 10 desktop host. Even the simplest flow containing postgresql crashes when triggered. Interestingly, node-red-contrib-postgres-variable does not crash.

On the Windows environment, which is virtualized via Citrix, I used Powershell to globally install nsm and all the nsm packages, and used the node-red pallete manage to install the same palette as on Linux / node-red.

The linux is a physical laptop.

I have attached both flows.

In the Windows system, clicking either of these crashes node-red, and I have to remove the flows in .node-red in my user directory and import or start over.

image

But injecting to the (green) -variable ones work. image

two postgresql flows.zip

Alkarex commented 1 year ago

Hello and sorry for the delay. If you are still around, was that with version 0.12.0, and could you share any error information you might have from your logs?