DigitalLed

Hello, I have a DigitalLED component on a web app, connected to a digital input. So far, it works fine: when the digital input is set, the component turns yellow. However, when I click on the component, I get an error message (1005001 - Failed to update signal value). If I set the digital input signal to simulated, then clicking on the component sets the simulated input signal. RobotStudio doesn’t display an error message, but the digital input is set. Is this correct? The second problem is that the onChange event isn’t triggered when the input signal changes. However, when the component is clicked, the event is triggered.