Impossible to select a build without an App Clip

A few months ago I tested App Clips with my app, but I don't plan to add them for now. The problem is that now I can't select a build in App Store Connect that does not contain an App Clip, and I receive the following error:

"An error has occurred. Try again later."

I've inspected the HTTP response to get more information about the error, and I got this:

{
  "errors" : [ {
    "id" : "xxxxxxxxxxxxxxxxxxxxxxxx",
    "status" : "409",
    "code" : "ENTITY_ERROR.RELATIONSHIP.UNKNOWN",
    "title" : "The provided entity includes an unknown relationship",
    "detail" : "'appClipDefaultExperiences' is not a relationship on the resource 'appStoreVersions'",
    "source" : {
      "pointer" : "/data/relationships/appClipDefaultExperiences"
    }
  } ]
}

Does anybody know how to completely disable App Clips for one app without having to generate a new identifier?

Thank you so much and have a great day/night!

Aniol.

Impossible to select a build without an App Clip
 
 
Q