This was discovered when testing DDI export which also saw this problem.
Recently the productionPlace field was made a multiple value field and that broke some export formats that assume only a single value. This issue is about OpenAire format that fails to generate an export file but reports no error.
For testing I used a manually created json file and used the api but simply adding two productionPlace fields should do it too.
manual_all_fields.json.txt
curl -H X-Dataverse-key:xyz -X POST "http://localhost:8080/api/dataverses/root/datasets" --upload-file manual_all_fields.json -H 'Content-type:application/json'