I can login to my beehaw account through an app but on my computer it just sits and spins forever. Gave it the whole weekend thinking it was just a capacity issue but I think the login might just be broken.
Can anyone else confirm?
- keegomatic ( @keegomatic@beehaw.org ) English3•1 year ago
You may be having the same issue as I did: https://github.com/LemmyNet/lemmy-ui/issues/1652
I finally succeeded in submitting my registration application only after disabling the Bitwarden extension completely in my browser.
Do you use a password manager like Bitwarden, 1Password, LastPass, etc.?
After 5 days of trying (a few times a day) I was finally able to log into my beehaw account on my PC. I managed to do it immediately after signing into the new connect for lemmy android app. I dont know if it’s related at all.
- apis ( @apis@kbin.social ) 1•1 year ago
Have also been having difficulties for some time now. Can login occasionally, but have kind of stopped trying and primarily using a kbin account now.
We’ve seen a few reports of this, but in every case we’ve been unable to reproduce the issue.
Can you follow the directions here to create a HAR file with Firefox? Just skip step 7 that says Upload it to CB Vault, instead use a dropbox or gdrive of your own, to share a link from.
- keegomatic ( @keegomatic@beehaw.org ) English3•1 year ago
I think this may be the same issue: https://github.com/LemmyNet/lemmy-ui/issues/1652
In my case, there was never any POST request/websocket communication (no network activity at all) after pressing the button.
I finally succeeded in submitting my registration application only after disabling the Bitwarden extension completely in my browser.
- PenguinCoder ( @Penguincoder@beehaw.org ) English2•1 year ago
Oh man now that is an interesting discovery. Thanks for sharing.
- PenguinCoder ( @Penguincoder@beehaw.org ) English1•1 year ago
Thanks. I don’t see any post attempt in that, which it should have if you tried logging in when it was running. I don’t know what to make of that… I don’t see anything blocked either, I just don’t see the
POST
that should be trying to do the login.https://www.dropbox.com/s/i85kckcltgpp85b/beehaw.org_Archive [23-06-27 09-25-56].har?dl=0
https://www.dropbox.com/s/2kvqce20h1e6rfl/beehaw.org_Archive [23-06-27 09-25-56].txt?dl=0
Left it logging for 10 min this time. To me it seems like the script isn’t loading in the backend. The forgot password button also doesn’t do anything.
- PenguinCoder ( @Penguincoder@beehaw.org ) English1•1 year ago
Understood, I will keep trying to dig into this further. Thanks for the additional details.
If you open the web developer tools, and go to ‘console’ tab; when you click the login button, what is printed out to that console tab?
It doesn’t actually put anything in the console when I submit username and password. The attached console shows me trying twice between page refreshes. That’s where the socket closed comes from.