System Information
- Strapi Version: 4.3.0
- Operating System: Linux
- Database: Postgres
- Node Version: 16.*
- NPM Version:
- Yarn Version:
Hello! After building a lot of entities with relations between them and doing some customisation, we realised yesterday that relations do not persist between locales. This might be expected behaviour (?) or there’s something we are missing, like that relations would be unified with the upgrade db migration to 4.5.1 (no relation duplicates)? Either way I will give an example to make sure our case is clear.
First of all, we are still in pre-release which is why we have not prioritised upgrading to the latest version of Strapi. Apologies if I’m rallying the troops for something that would have been solved by an upgrade.
An entry of entity A has relations to entries of entities B and C. I can see that there are relations either from the entity A listing view or from the entity A entry details view. If I switch locale from either of those 2 contexts, the relations are no longer there.
Our expectation is that relations between entities should not be “localised”, i.e they should be the same between locales.
Very grateful in advance for any assistance on this!
Peter