As the title says, I switched one of our websites from single to multilang and now when I try to save content on a page, it asks me to fill multiple fields, which are either not required or even already filled:
Hm, maybe something didn’t work as expected. Usually, if you create the languages via the Panel, you are fine, because Kirby automatically renames your single language content files and add the language code before the .txt extension.
Please check if this really happened/happens, so that you don’t have any files without language code anymore, that might prevent proper saving to the right file.
After some digging, it seems the issue comes from updating Kirby from 3.3.6 to 3.4.3 with kirby-builder (https://github.com/TimOetting/kirby-builder/issues/179). I’ve rolled back to 3.3.6 and it works fine for now! Thanks for the help