danurbanowicz / eleventy-sveltia-cms-starter

A template for building a fast Eleventy blog with Sveltia CMS, for deployment to Netlify
https://eleventy-sveltia-cms-starter.netlify.app
MIT License
15 stars 0 forks source link

Not able to post #2

Closed theapplegates closed 1 year ago

theapplegates commented 1 year ago

Not able to post anything. Nothing is responsive. When I click the new button nothing happens, but I see #new in the URL. I get this error in the console.

Unhandled Promise Rejection: Error: marked(): input parameter is undefined or null
Please report this to https://github.com/markedjs/marked.

https://unpkg.com/@sveltia/cms@0.3.9/dist/sveltia-cms.js

The error is from the main js that controls the Sveltia-cms
Extra Scripts -> sveltia-cms.js unpkg.com

Line 326 of sveltia-cms.js 
Unhandled Promise Rejection: Error: marked(): input parameter is undefined or null Please report this to https://github.com/markedjs/marked.

I'm not sure who the error belongs to. It looks like an sveltia error. A quick glance of the sveltia site does not show an open or close issue that is similar. I've made a couple copies of the site and each one has the same error. I'm about to got to Ubuntu or Fedora to see what happens there.

theapplegates commented 1 year ago

Oops looks like it is an https://github.com/markedjs/marked error