This repository was archived by the owner on Sep 9, 2024. It is now read-only.
This repository was archived by the owner on Sep 9, 2024. It is now read-only.
Empty collection when using i18n with multiple_folders #1091
Open
Description
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