I tried to create a new version to update an app to fix something for iOS 14. When I clicked on the + to add a version I got a pop up that was missing its content. It was just a pop up with the title "Agreement Update", an empty body, and then a blue "OK" button.
I figured there was an ajax error loading the message, but ok, I'll head over to Agreements and accept whatever new agreements there are...
... but that page just shows a spinner and never loads.
And the browser Console shows a bunch of 404s as it tries to dynamically load content.
It's really important for us to be able to submit app updates now that iOS 14 is available and users are starting to uncover issues that we weren't able to catch in our testing.
I figured there was an ajax error loading the message, but ok, I'll head over to Agreements and accept whatever new agreements there are...
... but that page just shows a spinner and never loads.
And the browser Console shows a bunch of 404s as it tries to dynamically load content.
Code Block [Error] Failed to load resource: the server responded with a status of 404 () (tidbits-popover.angular.min.js.map, line 0) https://appstoreconnect.apple.com/agreements/scripts/npm/tidbits-popover.angular.min.js.map [Error] Failed to load resource: the server responded with a status of 404 () (detail, line 0) https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/user/detail [Error] Failed to load resource: the server responded with a status of 404 () (ref, line 0) https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/ref
It's really important for us to be able to submit app updates now that iOS 14 is available and users are starting to uncover issues that we weren't able to catch in our testing.