You would think Apple did basic sanity checks - ESPECIALLY for its own developer platform. but alas, they don't.
On the landing page for https://itunesconnect.apple.com - when clicking on the "APPS" icon to take me into my app release management its not working. Does nothing. Of the 5 sections to click to, only "Artists" button is working....the other four: apps, music, books, podcasts - all are broken.
Does anyone have the direct page link - looking at the page source code doesn't reveal the proper url for the Apps page?
Opening developer/inspection tool on safari reveals the following when the page loads, I am assuming these JS errors are causing the other buttons to break/not work (which looks like poor error handling too):
I tried from my Mac on Safari and from Chrome on my Windows PC - same result on both - can't get to my "APPS" section. Both browsers show same JS errors.
On the landing page for https://itunesconnect.apple.com - when clicking on the "APPS" icon to take me into my app release management its not working. Does nothing. Of the 5 sections to click to, only "Artists" button is working....the other four: apps, music, books, podcasts - all are broken.
Does anyone have the direct page link - looking at the page source code doesn't reveal the proper url for the Apps page?
Opening developer/inspection tool on safari reveals the following when the page loads, I am assuming these JS errors are causing the other buttons to break/not work (which looks like poor error handling too):
Code Block [Error] TypeError: null is not an object (evaluating 'document.getElementById('#copyright-year').innerHTML = new Date().getFullYear()') setCopyrightYear (gettingstarted.05318554a9.js:67) Global Code (gettingstarted.05318554a9.js:96) [Error] Unhandled Promise Rejection: ReferenceError: Can't find variable: ocument (anonymous function) (gettingstarted.05318554a9.js:43) promiseReactionJob [Error] Failed to load resource: the server responded with a status of 401 (Unauthorized) (l10n, line 0) [Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'locObject[locKey]') (anonymous function) (gettingstarted.05318554a9.js:8) forEach replaceLocalizedText (gettingstarted.05318554a9.js:6) (anonymous function) (gettingstarted.05318554a9.js:25) promiseReactionJob
I tried from my Mac on Safari and from Chrome on my Windows PC - same result on both - can't get to my "APPS" section. Both browsers show same JS errors.