Hi,
Everything was working fine so far but since this morning I cannot submit (I’ve time quota about 9h so it’s not a quota problem). I get the following error: modelFiles must be null or empty at the end of upload of my new submission. Similar submissions worked fine before.
In the JSON payload I can se:
"code": "VALIDATION_FAILED",
"message": "Validation failed for object='submissionCreateForm'. Error count: 1",
"fieldErrors": [
{
"code": "NullOrEmpty",
"property": "modelFiles",
"message": "must be null or empty",
"rejectedValue": { "list of my files...
Could you help/advise?
Thanks a lot.