Common fastn Error:

Jahanvi RaychaJahanvi Raycha
1 min read
fastn-Error: path: /, PackageError { message: "failed to parse P1Error(ParseError { message: \"start section body 'I am page body ;;Page body' after a newline!!\", doc_id: \"expander/\", line_number: 6 })" }

When you forget to leave a space between header and body.

-- import: doc-site as ds
-- ds.page: Hello, I am page header ;;Page header
I am page body ;;Page body
-- end: ds.page

you will need to add space between the header and the body.

This will also throw the an error, because there is no space.

This would solve the issue.

This also works.


To learn more about Fastn visit fastn.com

To make cool open-source contributions, visit fastn GitHub repository.

If you need any help Find me here.

0
Subscribe to my newsletter

Read articles from Jahanvi Raycha directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Jahanvi Raycha
Jahanvi Raycha