Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure Logic Apps - Failed with error: 'The browser is closed.'. Please sign in again

I have created an Azure Logic App in the Azure portal and successfully added several steps. I add the Azure DevOps List Iterations step and click the sign-in button. A popup prompts me to sign-in and then closes and I am left with the follow error in the Logic Apps designer:

Failed with error: 'The browser is closed.'. Please sign in again.

enter image description here

I have am recreating a workflow that I originally created using Microsoft Power Automate (Flow) so I know that my credentials should work.

Now when I hit the sign-in again I do not get the option to re-enter any credentials nor change accounts.

like image 643
Magic Bullet Dave Avatar asked Jun 06 '20 14:06

Magic Bullet Dave


2 Answers

What fixed it for me was allowing 3rd party cookies:

  • In your browser settings, make sure that you allow all cookies (including 3rd party cookies: a lot of Microsoft webapps depend on that),
  • Refresh the Logic App page (might not be required, but it doesn't hurt),
  • Add a new connection and sign in.

You can then block 3rd party cookies again after this if you wish.

like image 185
Billy Brown Avatar answered Oct 24 '22 17:10

Billy Brown


for me change browser from Chrome to MS Edge beta helped

like image 20
azMantas Avatar answered Oct 24 '22 17:10

azMantas