Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Empty collection when using i18n with multiple_folders #1091

Open
antonioalmeida opened this issue Mar 4, 2024 · 3 comments
Open

Empty collection when using i18n with multiple_folders #1091

antonioalmeida opened this issue Mar 4, 2024 · 3 comments
Labels
bug Something isn't working i18n
Milestone

Comments

@antonioalmeida
Copy link
Contributor

When using i18n with multiple_folders set up for a collection, in the Admin panel the collection always show up as empty.

Screenshot 2024-03-04 at 03 38 16

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
@antonioalmeida
Copy link
Contributor Author

Looks similar to #903 , will explore that

@KaneFreeman KaneFreeman added bug Something isn't working i18n labels Apr 26, 2024
@KaneFreeman KaneFreeman added this to the 4.x milestone Apr 26, 2024
@antonioalmeida
Copy link
Contributor Author

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

@antonioalmeida
Copy link
Contributor Author

Finally fixed this. Overwriting setting path in my collection was causing this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working i18n
Projects
None yet
Development

No branches or pull requests

2 participants