Issue type (optional)
The site is not working as expected.
Issue
File: docs/kb/auditor/troubleshooting-and-errors/data-collection-errors/error-the-new-task-has-been-created-but-may-not-run-because-of-an-error-exception-from-hresult-0x800.md
Issue: The title field has nested double quotes that break YAML parsing, blocking npm run build and npm run start.
Error:
[cause] YAMLException: bad indentation of a mapping entry (18:17)
Offending line:
title: "Error: "The new task has been created but may not run because of an error:" Exception from HRESULT: 0x80070520.""
Suggested fix: Escape internal quotes, or wrap the outer value in single quotes since the string contains double quotes, e.g.:
title: 'Error: "The new task has been created but may not run because of an error:" Exception from HRESULT: 0x80070520.'
Reproduction steps (optional)
- Clone
netwrix/docs and check out dev
- Run
npm install
- Run
npm run build (also reproduces with npm run start)
- Build fails during front matter parsing for the file listed above
Environment:
Solution (optional)
Workaround: change filename extension to .md.bak temporarily.
Browsers (optional)
Microsoft Edge
Operating system (optional)
Windows 11
Issue type (optional)
The site is not working as expected.
Issue
File:
docs/kb/auditor/troubleshooting-and-errors/data-collection-errors/error-the-new-task-has-been-created-but-may-not-run-because-of-an-error-exception-from-hresult-0x800.mdIssue: The
titlefield has nested double quotes that break YAML parsing, blockingnpm run buildandnpm run start.Error:
[cause] YAMLException: bad indentation of a mapping entry (18:17)
Offending line:
Suggested fix: Escape internal quotes, or wrap the outer value in single quotes since the string contains double quotes, e.g.:
Reproduction steps (optional)
netwrix/docsand check outdevnpm installnpm run build(also reproduces withnpm run start)Environment:
devat 65a5ef249b9987b3cf4eb57ff84305e5e956426bSolution (optional)
Workaround: change filename extension to
.md.baktemporarily.Browsers (optional)
Microsoft Edge
Operating system (optional)
Windows 11