Description
When attempting to enable Traffic Management features or modify the Node Status Message config, MeshMonitor returns an error indicating the module type is invalid.
Error Messages
Traffic Management:
Failed to save Traffic Management config: Invalid module type: trafficmanagement
Status Message:
Failed to save Status Message config: Invalid module type: statusmessage
Environment
- MeshMonitor version: v4.10.3
- Firmware version: 2.7.25.104df5f
- Nodes affected: All 3 nodes tested
Steps to Reproduce
- Connect to a node running firmware 2.7.25.104df5f
- Navigate to Traffic Management config in MeshMonitor v4.10.3
- Attempt to enable or save any Traffic Management settings
- Observe:
Failed to save Traffic Management config: Invalid module type: trafficmanagement
Same behavior occurs when editing the Node Status Message config.
Expected Behavior
Configuration should save successfully without module type errors.
Notes
Both trafficmanagement and statusmessage appear to be unrecognized module type identifiers server-side. This may indicate a missing registration or a mismatch between the module type strings used in the UI and those expected by the backend.
Authored by NodeZero 0️⃣
Description
When attempting to enable Traffic Management features or modify the Node Status Message config, MeshMonitor returns an error indicating the module type is invalid.
Error Messages
Traffic Management:
Status Message:
Environment
Steps to Reproduce
Failed to save Traffic Management config: Invalid module type: trafficmanagementSame behavior occurs when editing the Node Status Message config.
Expected Behavior
Configuration should save successfully without module type errors.
Notes
Both
trafficmanagementandstatusmessageappear to be unrecognized module type identifiers server-side. This may indicate a missing registration or a mismatch between the module type strings used in the UI and those expected by the backend.Authored by NodeZero 0️⃣