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
I searched for other issues and couldn't find a solution or duplication
I already searched in Google and didn't find any good information or help
I looked at the docs and didn't see anything to help
What happened?
When trying to connect my Anaconda Cloud account on Anaconda Navigator, clicking "Connect v" and selecting "Sign In" next to Anaconda Cloud, leads to a 400 Bad Request page. Text says:
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please
The link at the top begins with 127.0.0.1:8000 for some reason. Anaconda Navigator allowed me to connect to my account on Anaconda.org, however, so I think it might be an issue with the program rather than something on my side. I've tried disabling SSL, followed relevant troubleshooting on Google and within the documentation, but those all appear to be issues with setting up environments but this is a different issue and I do not have any other problems except with this specific option. I have tried using different web browsers, networks, disabling firewall, etc. No proxy or VPN settings active. Hope someone can help! I am on Windows 11 64-bit with the most recent version of Anaconda.
Conda info
active environment : base
active env location : C:\Users\abias\anaconda3
shell level : 1
user config file : C:\Users\abias\.condarc
populated config files : C:\Users\abias\.condarc
conda version : 24.7.1
conda-build version : 24.5.1
python version : 3.12.4.final.0
solver : libmamba (default)
virtual packages : __archspec=1=x86_64_v3
__conda=24.7.1=0
__cuda=12.5=0
__win=0=0
base environment : C:\Users\abias\anaconda3 (writable)
conda av data dir : C:\Users\abias\anaconda3\etc\conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\Users\abias\anaconda3\pkgs
C:\Users\abias\.conda\pkgs
C:\Users\abias\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\abias\anaconda3\envs
C:\Users\abias\.conda\envs
C:\Users\abias\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/24.7.1 requests/2.32.2 CPython/3.12.4 Windows/11 Windows/10.0.22631 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8 aau/0.4.4 c/. s/. e/.
administrator : False
netrc file : None
offline mode : False
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
The text was updated successfully, but these errors were encountered:
But then nothing happens, just the loader spinning forever.
In the console there's an error:
Interestingly, I can't even open Notebooks, from my Anaconda Cloud account.
It takes me here (while Iìm already logged in) and dies (same console errors):
I had to do a clean install of my computer, it appears that the issue has returned. Was another update introduced that broke this again? Or is this specific to my setup? Any ideas please?
Checklist
What happened?
When trying to connect my Anaconda Cloud account on Anaconda Navigator, clicking "Connect v" and selecting "Sign In" next to Anaconda Cloud, leads to a 400 Bad Request page. Text says:
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please
The link at the top begins with 127.0.0.1:8000 for some reason. Anaconda Navigator allowed me to connect to my account on Anaconda.org, however, so I think it might be an issue with the program rather than something on my side. I've tried disabling SSL, followed relevant troubleshooting on Google and within the documentation, but those all appear to be issues with setting up environments but this is a different issue and I do not have any other problems except with this specific option. I have tried using different web browsers, networks, disabling firewall, etc. No proxy or VPN settings active. Hope someone can help! I am on Windows 11 64-bit with the most recent version of Anaconda.
Conda info
Conda config
Conda list
Additional Context
clicking sign in leads to this link:
https://anaconda.cloud/authorize?client_id=b4ad7f1d-c784-46b5-a9fe-106e50441f5a&response_type=code&scope=openid+email+profile+offline_access&state=4a1968da-8440-4583-aa74-cd3a23df5cdb&redirect_uri=http%3A%2F%2F127.0.0.1%3A8000%2Fauth%2Foidc&code_challenge=gVMVd2QtvETWIzmbXXiU1rwHHj0C_Fkt6pjY7xNNY8g&code_challenge_method=S256
which leads to this dead page:
http://127.0.0.1:8000/auth/oidc?code=bec18a9c-5ec3-485d-9b54-4605318cd50f&state=41ec9f51-e4d3-458c-b34e-271ce197b4ef
giving this error:
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
The text was updated successfully, but these errors were encountered: