sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
726 stars 33 forks source link

Error while loading Sveltia CMS start page #165

Closed trustedtomato closed 3 weeks ago

trustedtomato commented 3 weeks ago

With the update to 0.34.4 or 0.34.5, I'm getting the following error when loading up the admin site: image image

0.34.3 still works: image

My config.yml: http://udvarfeszt.hu/admin/config.yml

I'm guessing the YAML parser update in 0.34.4 went south, but I'm not sure yet.

trustedtomato commented 3 weeks ago

Seems like the config.yml can be reduced to just:

backend:
  name: github
  repo: test/test

media_folder: 'images'

collections:
  - name: 'sections'
    label: 'Sections'
    files: []

and it still doesn't work. Also, I have error in the latest version of both Firefox and Chromium.

kyoshino commented 3 weeks ago

Hmm, will check.

kyoshino commented 3 weeks ago

Just shipped v0.34.6 with the fix. Sorry about that 🙇🏼