You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking on the sign in button opens a sign in window in the browser. I then complete sign in and get a You're almost done success screen, which then redirects to Docker Desktop:
I see the Docker Desktop screen for probably a second (blurred out), and then I get redirected back to the browser, and I get a You've been signed out page.
I also tried logging in with docker login and I get this error:
Error saving credentials: error storing credentials - err: exit status 1, out: `status code not OK but 500: {"message":"getting credential helper update: You must be a member of the \u003cORG\u003e organization. Log in with a different account, or contact your organization owner to add your account."}
Any help will be appreciated
The text was updated successfully, but these errors were encountered:
Not sure why the error would show up as a JSON string there though, but perhaps the error is not returned in the expected format (therefore printed "as-is").
Ah, went to look at the file location and there was a registry.json file.
Seems the corporate mac I'm using (I have permission to use it for private use) has this file added. Will get permission to remove it. Thanks for your help.
Thanks! FWIW, I posted this on our internal slack, and the team was also looking at some possible regressions / issues around authentication in Docker Desktop, so if you run into issues, let us know (best to open a ticket in github.com/docker/for-mac with a diagnostics report)
When I open Docker Desktop, I am not signed in.
Clicking on the sign in button opens a sign in window in the browser. I then complete sign in and get a
You're almost done
success screen, which then redirects to Docker Desktop:I see the Docker Desktop screen for probably a second (blurred out), and then I get redirected back to the browser, and I get a
You've been signed out page
.I also tried logging in with
docker login
and I get this error:Any help will be appreciated
The text was updated successfully, but these errors were encountered: