How to fix "There was a problem with your request." in Cloudkit console?

I Found my iCloud data all removed in my developing app yesterday. I seems I can continuous add record to iCloud and fetch them, but I can not check the record in Cloudkit console. It failed loading zones in Private Database. (I was tried to Reset Development Environment)

Post not yet marked as solved Up vote post of ShenYin Down vote post of ShenYin
189 views

Replies

Same problem here.

Same problem here

Same issue.

{
    "message": "Known response error: The request has failed due to an error.",
    "statusCode": 500,
    "description": "The request has failed due to an error.",
    "result": {
        "code": 500,
        "message": "internal-error",
        "reason": "There was a problem with your request.",
        "requestUuid": "b4651f50-6435-44f3-a4e2-1e7f65f8186b"
    }
}

Same