I am facing an issue with the Rule Editor widget in Workshop, which is currently displaying:
"An error occurred in this widget - Cannot read properties of undefined (reading ‘value’).
My issue has arisen after a substantial Ontology Action overhaul which edited the Forms and Rules for every Action present in the application.
I believe this to be the result of a stale RID reference that handle the passage of data from the Ontology into this specific widget.
When inspecting the behavior in my browser’s devTools, I receive the following errors:
- Unexpected object: core/taurus-resource-rid
- POST url/log-receiver/api/beacon (403 Forbidden)
- TypeError: Cannot read properties of undefined (reading ‘value’)
I have doublechecked the raw metadata for the elected Action Types in the raw configuration of the Rule Editor widget, and all is correct.
I would however like to check the RID values of my Rule Object, and its associated Properties, and Link Types are properly passing into the application?
Any further guidance on how to troubleshoot this issue would be greatly appreciated.