Hi all,
I am create a SharePoint 2013 App that initially creates Taxonomy Term Sets and than creates a Document Library and adds a field using the newly created Terms.
The problem I am having is I get an error message when deploying the app and I am not sure the best way to debug it. The error message is
1) When deployed to Office365 SharePoint Site:
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method '$1y_0'
2) When deployed to On-Premise SharePoint Site:
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method '$1Q_0'
There is no code at Line 2 Column 34572 or Column 34706 as mentioned in the error message.
How can I find out more about these error messages? Like what does $1y_0or $1Q_0represent? I want to learn how to debug these error messages so if they pop up again I know what to do.
I hope you can Help
CEStar