I’m seeing a similar problem, but it only seems to affect entities modified since the beginning of this year roughly.
@Sebastian I can send you full curl requests including auth in DM, if you wish. One request would be for RU and the other for BE for which we defined RU as the fallback language. When comparing the results one can easily see the issue.
I will have a look, but I cannot always react immediately, especially if it is not a bug that has just popped up and can be rolled back.
There has been one change: Empty strings are valid values now. Before the latest change a few weeks ago, empty strings were replaced with fallback values. This was kind of odd, because empty strings are valid values in many cases.
I understand the problem now. A few days ago a piece of code was removed that was eliminating “null” values from content data, when it was saved. It was causing all kind of issues. But the fallback system only checks if a value exists, not if it is is null.
Therefore the fallback handling does not work for new content items. I will provide a fix soon.
Many thanks! Didn’t want to sound pushy or anything, we just got quite a few user requests and I was worrying that there would be many more over the weekend.
@Sebastian I see this has been marked as solved. However the issue still persists on our end (see the curls I’ve send you a few days ago). Any idea why?
I am usually mark the issues as solved when I have fixed the bug and then I add a comment when it has been deployed. I will do it today in around 2-3 hours. I would like to monitor the deployment, therefore I cannot do it earlier.