Hello,
I am running into a strange issue or bug that has completely taking down my Ignition MQTT integration, and I’m unsure of what is causing this or how to resolve it:
The logs identify the following error: Error processing edit for tag path '[MQTT Engine]teletest/application/26cff63b-1b2c-429b-8210-fc3985035143/device/74fe48ffff8b3d45/event/up/vib_sensor_01_tag/object/payload/Accelerometer/Z-Axis/Deviation': Bad_Unsupported("The target path '[MQTT Engine]teletest/application/26cff63b-1b2c-429b-8210-fc3985035143/device/74fe48ffff8b3d45/event/up/vib_sensor_01_tag/object/payload/Accelerometer/Z-Axis' cannot accept children tags.")
Previous to this, all MQTT integrations where working great and there have been no changes made to any settings - This issue occurred after doing some field testing where I would walk with the end-device sensor as far as possible until it dropped out of LoRaWAN range. When the sensor was back in range and re-connected to the LoRaWAN gateway, the error described above started being produced on every MQTT tag ONLY within Ignition.
Some background:
-I have confirmed that the LoRaWAN end device (in this case, a WISE-2410 vibration sensor) is working and happily reconnected to the gateway (SenseCAP M2). All LoRa frames are being transmitted via MQTT, and these are seen coming into my other integrations (Node-Red, Grafana).
-Because this is not a Sparkplug compliant device or gateway, I have set up a Custom Namespace within Ignitions MQTT Engine for the vibration sensor. The custom namespace subscribes to the MQTT topic being published by my broker (Mosquitto). This is being placed in the Root Folder called “teletest” and the MQTT topic is “application/26cff63b-1b2c-429b-8210-fc3985035143/#”.
-Directly accessing MQTT tags within Designer is quite cumbersome when using a Custom Namespace, because the tags are automatically added to the “teletest” folder which is buried under the “MQTT Engine” tree, and the topic string is quite long. You also can’t add MQTT tags to the UDT section easily, in the same way you would with lets say a device driver and the OPC UA server. This resulted in me creating a few custom UDT definitions that indirectly referenced the MQTT tags I need to work with in my project - I’m wondering if this is the right approach to handling MQTT tags produced by the MQTT engine, and if this is what might be causing the issue. The error seems to identify a problem with a child tag (Z-Axis/Deviation) associated to the Z-Axis tag, but I haven't actually used or referenced that /Deviation child tag anywhere.
-I’m running Ignition Version 8.3.0 on Ubuntu Desktop 24.04.3 LTS, and the following MQTT Modules:
-MQTT Distributor - 5.0
-MQTT Engine - 5.0
-MQTT Transmission - 5.0
-MQTT Recorder - 5.0
Any help or thoughts on this subject is greatly appreciated. The Ignition environment was running extremely well up until this point, with all components of the system being powered on/off several times.

