Error "Failed to save app changes. Invalid request body." when resubmitting rejected app draft

I sent an app to be reviewed, got a review with reject. I edited the application with the fixes and resubmitted the draft, but I’m constaly getting the error in the title after pressing “Submit for Review”

Any help is appreciated, thanks.

Hey there! Sorry to hear you’re dealing with these errors. Do you think you could post or DM me with any failures you’re seeing as well as request IDs if you can find failures in the network inspector? That’ll help me track down logs to identify what’s going on under the hood.

Hey!

Yes, I’m only seeing this post:

POST https://api.openai.com/v1/dashapi/versions/asdk_app_v_69d81d985b94819199264a53b5823c55/submit

relevant headers:

openai-organization
	user-ybfhrjymrfld7jd6ksfx9g5v
openai-processing-ms
	436
openai-project
	proj_JUvF5uvwO42nltC8b7V6UIFz
openai-version
	2020-10-01
x-request-id
	req_9d255695c4b54039bbc9b38aaf1ad9d4

request body is empty

response is

{
  "error": {
    "message": "Invalid request body.",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

Thank you

I responded in direct message!