[Resolved] Getting 500 errors on API import

{
“error”: “Internal Server Error”,
“status”: 500
}


https://site-api.datocms.com/items
{
“data”: {
“type”: “item”,
“attributes”: {
“title”: “{Name}”
},
“meta”: {},
“relationships”: {
“item_type”: {
“data”: {
“type”: “item_type”,
“id”: “38559”
}
}
}
}
}


When trying to import from Airtable to Dato with Parabola. My settings seems ok, are you aware of something?

This is working successfully for another of my DatoCMS sites. Why this import don’t work with a specific project?

I have duplicated the projet, which also failed.

Error was fixed by unchecking All locales required in the model settings.

thank you for reporting this @guillaume!

We are going to fix this and get back to you as soon as possible

hi @guillaume thanks for reporting this. The fix was deployed yesterday: the problem was that localized fields in JSON must be an hash and not a string. We were sending you a 500 error instead of 422. Sorry for that!