Configuration could not be parsed #98
-
I have an existing Sveltekit project using Netlfiy CMS. But recently switched to Cloudflare pages, so I tried migrating to Sveltia and Sveltia auth. However, I keep getting the error when I access the page
Here is my configuration:
Need help on this. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @jeremyikwuje, thanks for checking out Sveltia CMS! I think your site is https://monierate.com/admin/ right? I just checked the config and found an extra space before Other than that, I think the backend:
name: github
repo: jeremyikwuje/monierate-website
branch: main
base_url: https://sveltia-cms-auth.monierate.workers.dev |
Beta Was this translation helpful? Give feedback.
Hey @jeremyikwuje, thanks for checking out Sveltia CMS! I think your site is https://monierate.com/admin/ right?
I just checked the config and found an extra space before
backend
. Removing it solves the YAML parse error. (I’ll improve the Sveltia code to output more details in the browser console.)Other than that, I think the
repo
andbase_url
have to be fixed. Try this: