Hi @ddooley I created a new template schema.yaml file which was basically copied and pasted from an existing AMBR schema.yaml file. However, I ran into a problem of loading the new schema. I got an error message on the localhost:8080 webpage:
Uncaught runtime errors:
ERROR
Cannot read properties of undefined (reading 'getColumnCoordinates')
TypeError: Cannot read properties of undefined (reading 'getColumnCoordinates')
at Toolbar.setupJumpToModal (webpack-internal:///../lib/Toolbar.js:1057:34)
at Toolbar.updateGUI (webpack-internal:///../lib/Toolbar.js:1007:10)
at Toolbar.restartInterface (webpack-internal:///../lib/Toolbar.js:386:10)
I wonder if you have any advice on resolving this problem.
Thank you!!
Hi @ddooley I created a new template schema.yaml file which was basically copied and pasted from an existing AMBR schema.yaml file. However, I ran into a problem of loading the new schema. I got an error message on the localhost:8080 webpage:
Uncaught runtime errors:
ERROR
Cannot read properties of undefined (reading 'getColumnCoordinates')
TypeError: Cannot read properties of undefined (reading 'getColumnCoordinates')
at Toolbar.setupJumpToModal (webpack-internal:///../lib/Toolbar.js:1057:34)
at Toolbar.updateGUI (webpack-internal:///../lib/Toolbar.js:1007:10)
at Toolbar.restartInterface (webpack-internal:///../lib/Toolbar.js:386:10)
I wonder if you have any advice on resolving this problem.
Thank you!!