-
Notifications
You must be signed in to change notification settings - Fork 192
Open
Description
I just deployed boarding to Azure but when I try to add a new tester, I get an error:
Something went wrong, please contact the application owner: <!DOCTYPE html><html lang="en"> <head> <title></title> <link rel="stylesheet" href="/styles/main.css"> <style type='text/css'> /*include ../../dist/styles/main.css*/ </style> </head> <body><div id="wrapper" class="j42"> <h2>Method Not Allowed</h2></div> <div class="footer"> <p>Copyright © <span id='year'>2015</span> Apple Inc. All rights reserved.</p> <ul><li><a href="https://www.apple.com/legal/internet-services/itunes/">Terms of Service</a></li><li><a href="https://www.apple.com/legal/privacy">Privacy Policy</a></li></ul> </div> <script type='text/javascript'>(function() { var isIos = navigator.userAgent.match(/(iPod|iPhone|iPad)/); document.body.setAttribute( 'class', (!isIos) ? 'otherBrowser' : 'isMobileSafari' ) var yearEl = document.getElementById('year'); if (yearEl) { yearEl.textContent = new Date().getFullYear(); } })(); </script> </body> </html>
Looks like something went wrong with boarding trying to talk to ITC.
natmart-in
Metadata
Metadata
Assignees
Labels
No labels