Can't create new version

Can't create a new version in App Store Connect. When I try to create 2.19.0 (which is a new version), I get the following message:

When inspecting, this is the result: { "errors": [{ "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." }] }

Most often you just have to reconnect later…

When does the message shows ? When you click "create" ? Before ?

Did you try with Safari instead of Chrome ?

I've tried several times. I'm trying since 24 hours. Message shows after clicking Create button. Tried on Safari and got the same error.

Payload in network tab { "data": { "type": "appStoreVersions", "attributes": { "platform": "IOS", "versionString": "2.19.0" }, "relationships": { "app": { "data": { "type": "apps", "id": "1574384899" } } } } }

Response { "errors": [{ "status": "500", "code": "UNEXPECTED_ERROR", "title": "An unexpected error occurred.", "detail": "An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." }] }

Can't create new version
 
 
Q