Closed ManuelDeLeon closed 5 years ago
I saw a very similar error on MSDN forums today with the PS API (see here) - could be an MS backend issue or just inconsistent state. Have you tried clearing the browser cache / cookies to see if that helps?
The interactive logins are implemented with the Azure Node SDK, so wouldn't really share any state with az login
through the CLI.
Also, the build failure message you got initially "Thread was being aborted" would mean that the server initialisation was interrupted, usually by a restart or application setting change (we also trigger this intentionally with a new deploy).
Thanks. Maybe it was something at MS. I just tried again and it passed the login stage. Hopefully it's able to fully deploy the site :) I'll close this issue tho.
Thanks again.
When I tried to deploy a test website, I had to do the interactive login as usual but it failed at the end of the process:
I tried to deploy again but now I can't get the interactive login to work:
For what it's worth I can login via
az login
.What can I try?