Test Flight "An error has occurred" - Export Compliance Information

I am trying to submit an iOS build to internal testing on App Store Connect. The build is uploaded and processed properly. However, when answering the Export Compliance Information question I get "An error has occurred. Try again later.". I have been able to submit this app many times before today. I checked the network logs and the App Store is giving the following error:

Code Block {
"errors" : [ {
"id" : "904dede1-5b87-4171-acf0-63d8430b0675",
"status" : "409",
"code" : "ENTITY_ERROR.ATTRIBUTE.INVALID",
"title" : "The provided entity includes an attribute with an invalid value",
"detail" : "You cannot update when the value is already set.",
"source" : {
"pointer" : "/data/attributes/usesNonExemptEncryption"
}
} ]
}

Is anyone else seeing this error today?
Same here.
I am having the same issue

code: "ENTITY_ERROR.ATTRIBUTE.INVALID"
detail: "You cannot update when the value is already set."
source: {pointer: "/data/attributes/usesNonExemptEncryption"}
status: "409"
title: "The provided entity includes an attribute with an invalid value"
same
I was receiving this error after answering the Export Compliance Information questions. I tried serval times, gave up, and posted on this thread.

I did nothing further and then an hour later and my build is now able to be submitted for review 👍

It's frustrating but it seems as though the solution, for now, is to wait 😔
update: it has finally started working again for me
any updates? it's still not working.
Same problem here. Currently blocked.

Hoping PandaArcade's "solution" will work. lol
same issue here. any updates?
same issue here. any updates?
Yeah... Same here
I am encountering the same issue as well. Can't post our build...
We're having the same issue. This is blocking our development.
The same here in France
Can we inform somebody from Apple to look into it?
I added ITSAppUsesNonExemptEncryption:NO to my iOS target's Info.plist, and pushed another build. This seemed to unblock things.

(Or maybe it was just a co-incidence!)
Test Flight "An error has occurred" - Export Compliance Information
 
 
Q