'iTMSTransporter was unable to fail over to a different data center. Please retry your request later. (Transporter)

So, I'm attempting to publish a react native app on the app store, and I've completed all of the necessary forms in app store connect. Then there was the build, which was the final step... I have to use either 'xcode,' 'transporter,' or other tools to complete the build... I'd want to utilize xcode, but I can't since I'm using expo. And you can't open the expo rn project in xcode... So I used transporter, then logged in and imported the ipa, and after a while it gave me this error:

enter image description here

Logs: enter image description here

If you want to see the entire log to get more information (It's long, and I don't want to put it here since it would take up too much space, so I'll just provide a link instead.) click here:

https://elastic-mcclintock-6273ee.netlify.app/

And, of course, I attempted to do it on my own by creating an apk and checking for errors in my app (i want to check on ios specifically but I dont have an ios device other than my mac and on my simulator nothing seems wrong)... Then I tried to check the URL the second problem gave me regarding Apple system status, and everything was up and running... then I restarted my laptop and tried again. And as a last resort, I tried to research a solution but came up empty-handed... I'm also thinking about emailing Apple Support or posting a query on the Apple Forum... oh and i also tried to check if there was something wrong in the app store connect.

Note: im on mac monterey 12.1 and i saw an update and updated it to 12.2. i tried to do it again after update btw.

Note: i also deleted "Library/Caches/com.apple.amp.itmstransporter/UploadTokens/*.token" before trying to upload on transporter again. because if I didn't, it would cause further problems because I kept sending the same application over and over.

Note: my project is expo react native

SOLUTION: on the next day i tried again and it worked mysteriously... i think it was on apple's end



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source