Following up on the earlier thread about Quick Client returning in 8.3.1/8.3.2 ā it's back on my 8.3.3 gateway, but it doesn't seem to render nodes from a custom driver built on the Device/DeviceExtensionPoint API (the newer AbstractDeviceModuleHook style, not a legacy driver).
Repro:
Confirmed via logging that the node is created with a valid NodeId and the reference to Devices is added, no exceptions anywhere in the device lifecycle.
In Designer's View > OPC Browser, the node shows up correctly as a sibling entry under Devices (e.g. [MyDevice]), fully populated with children.
In the Gateway's Config > OPC UA > Quick Client, browsing the same Ignition OPC UA Server connection and expanding Devices shows nothing for this driver ā not even the empty root folder. Full gateway restarts don't change this.
Is this a known gap in the 8.3 Quick Client reimplementation, or should I be doing something differently in the driver to make it visible there? Happy to share more of the driver code if useful.
Do you have a reverse proxy in front of it or anything?
The QC had, or still has, a bug with URL encoding or something that causes symptoms like this, and it was more prevalent when a reverse proxy is in front.