You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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:
local_backend: true
config with proxy-server/admin#/collections/posts/name-of-entry
. Updating the entry works as expected (i18n included)I've created an isolated repo for this.
The text was updated successfully, but these errors were encountered: