I’m getting these errors while publishing a new version of my app. There are errors for widgets that I am unable to find after too many tries. Can you please help me find out these errors or suggest any simpler method to find these errors or widgets?
Error Details
I’m encountering two widgetTemplateConversionError errors with ontologyNoLinkType:
Error 1:
{
“type”: “widgetTemplateConversionError”,
“widgetTemplateConversionError”: {
“widgetsOrigin”: [
“456285f3-8142-4007-8f50-84974b3a841b”
],
“error”: {
“type”: “ontologyNoLinkType”,
“ontologyNoLinkType”: {
“linkTypeId”: “ytijco2s.company-tasks”
}}}}
Error 2:
{
“type”: “widgetTemplateConversionError”,
“widgetTemplateConversionError”: {
“widgetsOrigin”: [
“2375b84e-369d-4553-8fd3-45b04a685fc4”
],
“error”: {
“type”: “ontologyNoLinkType”,
“ontologyNoLinkType”: {
“linkTypeId”: “ytijco2s.company-events”
}}}}
What I’ve Tried
I’ve tried locating these widgets multiple times but haven’t been able to find them in my application.
Questions
-
How can I locate these specific widgets using their IDs (
456285f3-8142-4007-8f50-84974b3a841band2375b84e-369d-4553-8fd3-45b04a685fc4)? -
What does
ontologyNoLinkTypemean? Are the link typesytijco2s.company-tasksandytijco2s.company-eventsmissing or incorrectly configured? -
Is there a simpler method to debug these types of errors in Workshop applications?
Any help would be greatly appreciated!
Thanks in advance
