New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Infinite spinner when attempting to login to Lemmy account #1219
Comments
|
Likely just server load |
|
This actually seems to be a bug with https://github.com/LemmyNet/lemmy, the server never actually seems to return a response for an invalid login. |
|
For anyone having login issues, I’ve found that using the reset password flow usually solves the issue for me. I would recommend giving that a try and then logging in again. Good luck! |
|
Logging in works fine if you use a working login, it just struggles with credentials that don't exist at all. |
|
Will be fixed in the http rework. |
|
FYI this has been happening for me as well, even though the account appears to have been created when I go to the user profile. Had a few minutes, so I did a little investigating... and a few observations: When using Firefox 102.12.0 esr on Ubuntu, after entering details and clicking the "Login" button, nothing happens. No request is even made. So seems like a frontend/UI bug. There's no way the user's entered credentials can be evaluated if it doesn't even make a backend call. I also tried disabling JavaScript, but this prevents the If this Also, it's not my intention to tell you guys how to run your repository. But, to prevent confusion in communications, it may be best not to close issues until they're fixed. In fact, it may be good to just reference this issue in the PR that fixes it and let GitHub "auto close" it. Closing issues before they're fixed can be misleading to onlookers, as they may inadvertently think it's no longer an issue. |
|
Signing in with a username and password results in the spinning bug. However, signing in with the account email and password does work. I also tried logging in with the username@realmName but that gave the spinning bug, as well. |
|
So either it was a VPN or an extension that has nothing to do with lemmy that wouldn't let me sign up or login. Which doesn't make any sense as none of those have anything to do with lemmy. If no one else can get in, try private mode with all extensions and VPNs off. Seems pretty dumb but I don't know. Also love when devs close bugs without helping people. Nice one, devs.👍 |

Summary
Unable to sign in to Lemmy account
Steps to Reproduce
Technical Details
No console errors but I the following is logged to console
{
"op": "GetCaptcha",
"data": {
"ok": null
}
}
Version
0.17.4-rc.4
The text was updated successfully, but these errors were encountered: