I can’t get past this error when validating a zip import file:
- “We encountered an error parsing this board's yaml file: Cannot read properties of undefined (reading 'replace')”
The error is on this board1.yaml file
Title: import testing
Items:
- ID: "card1"
Type: "card"
- ID: "card2"
Type: "card"
I get the same validation error when board1.yaml is exactly the same as the example here https://developer.getguru.com/docs/importing-a-zip-directory#boards
Is this a problem with the validator or with the data?
If I omit the boards yaml entirely, validation passes, but import fails with
- Error parsing yaml file.