Post

Replies

Boosts

Views

Activity

Reply to App Store Connect Build Upload Failing – Gateway Timeout (504)
@all - Someone at Apple finally did sudo systemctl restart , appstoreconnect.service and now it works 🎉. If you were getting a 504, you can retry now! 🚀" also @apple ,please update your status page code from this to something useful. code-block if (appleStatusPage.isUp()) { console.log("Everything is fine. No issues reported. 🚀"); } else { console.log("Nothing to see here. It's definitely your fault. 🙃"); } // Meanwhile, in reality... if (server.isActuallyDown()) { console.log("Gateway Timeout. Try again later. 😵‍💫"); }
Mar ’25