static-cms
static-cms copied to clipboard
Empty collection when using i18n with multiple_folders
When using i18n with multiple_folders
set up for a collection, in the Admin panel the collection always show up as empty.
I haven't been able to trace the problem, but here are the symptoms:
- Works locally when using
local_backend: true
config with proxy-server - Problem occurs only in live version, which is setup with git-gateway backend on Github
- In live version I can still access the individual entries' page via url, e.g.,by going to
/admin#/collections/posts/name-of-entry
. Updating the entry works as expected (i18n included)
I've created an isolated repo for this.
- Code is here and this PR contains the only changes from the template repo.
- I can grant access to the admin panel of the live version if needed to whoever looks into this.
- Not sure this 100% replicated the problem because I'm facing some weird Github API rate limiting problems which could be getting in the way
Looks similar to #903 , will explore that
Actually, seems like things work fine in my template repo. I can't figure out what's causing this, but I can definitely get it working when using i18n without multiple_folders
Finally fixed this. Overwriting setting path
in my collection was causing this