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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The configured proxy backend is not supported

zanhk opened this issue ยท comments

First of all I just found this repo and I think it's a very cool project.

image

I'm trying to access the admin ui on localhost.

The configuration that I m using is this one https://github.com/zankhq/astro-starter/tree/chore/sveltia/public/admin

Probably is just me not reading the full documentation but do you have an idea of what I am doing wrong?

I get the error with both local_backend property set or not

Thanks for checking out Sveltia CMS! I think itโ€™s a simple bug in Sveltia. Will take a look now.

@kyoshino thanks if you need help to debug or test I have the repo open I can try help you

The fix deployed! Please reload the app and try again.

Awesome it worked thanks, you should add a donation button

Thanks for your confirmation! Iโ€™ve just added a sponsor link (again) to the repo ๐Ÿ˜†

Thank you ๐Ÿ™๐Ÿผ ๐Ÿ™๐Ÿผ ๐Ÿ™๐Ÿผ

commented

@zanhk Great repo! Is Astro working well with SveltiaCMS and content in markdown, especially with images? It seems that your images are optimized by Astro right? But they don't have a relative path in your markdown but still working?

@eur2 thanks, was about to open an issue about that, it works great with decap cms but seem there is a problem here where the image get prepended by a "/", I've created this issue #72

commented

@zanhk Good to know because with netlify-cms, the image wasn't using relative path in markdown. So Astro couldn't optimize them.