I'm having an issue with using pigpiod on my host pi, with nodered running in a docker container. the pigpiod nodes error out when triggered with TypeError: next is not a function, below i pasted my bugreport which i also posted on github.
Which node are you reporting an issue on?
node-red-node-pi-gpiod Output
What are the steps to reproduce?
Create Docker iamge according to below Environment
Ensure pigpiod is running on Pi 4
Create two Inject Nodes (true/false) attached to PiGPIOd Output node configured as below.
Deploy
Press either of two buttons

What happens?
msg:error
TypeError: next is not a function
What do you expect to happen?
Changing Pin from high to low or other way around
Please tell us about your environment:
- Node-RED version: V3.0.2 in Docker Container on D
- Docker Version: 20.10.21
- node.js version: v16.16.0
- npm version: 8.11.0
- Platform/OS: Debian Bullseye, Docker image is setup according to Running under Docker : Node-RED
- Browser: Chrome