H
Homarr7d ago
Volrod

Can't connect anymore

I use firefox, and i can connect to my homarr instance. I want to switch on brave, and when i use the same password, it say " wrong password " I tried to change it on firefox (since i'm still connected) and i still can't connect. any idea ?
12 Replies
Cakey Bot
Cakey Bot7d ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Volrod
VolrodOP7d ago
Logs
2025-03-19T17:58:25.256Z info user Seb was not found
2025-03-19T17:58:25.257Z error y: Read more at https://errors.authjs.dev#credentialssignin
at oZ (/app/apps/nextjs/.next/server/chunks/8287.js:489:46332)
at async o8 (/app/apps/nextjs/.next/server/chunks/8287.js:489:55169)
at async ae (/app/apps/nextjs/.next/server/chunks/8287.js:489:57629)
at async d (/app/apps/nextjs/.next/server/app/api/auth/[...nextauth]/route.js:1:3658)
at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)
at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)
at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)
at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1832:28)
at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:2259:24)
The above error also had these properties on it:
{
name: 'y',
type: 'CredentialsSignin',
kind: 'signIn',
code: 'credentials'
}
2025-03-19T17:58:25.257Z error undefined
2025-03-19T17:58:25.256Z info user Seb was not found
2025-03-19T17:58:25.257Z error y: Read more at https://errors.authjs.dev#credentialssignin
at oZ (/app/apps/nextjs/.next/server/chunks/8287.js:489:46332)
at async o8 (/app/apps/nextjs/.next/server/chunks/8287.js:489:55169)
at async ae (/app/apps/nextjs/.next/server/chunks/8287.js:489:57629)
at async d (/app/apps/nextjs/.next/server/app/api/auth/[...nextauth]/route.js:1:3658)
at async tr.do (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:17582)
at async tr.handle (/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js:18:22212)
at async doRender (/app/node_modules/next/dist/server/base-server.js:1452:42)
at async responseGenerator (/app/node_modules/next/dist/server/base-server.js:1822:28)
at async NextNodeServer.renderToResponseWithComponentsImpl (/app/node_modules/next/dist/server/base-server.js:1832:28)
at async NextNodeServer.renderPageComponent (/app/node_modules/next/dist/server/base-server.js:2259:24)
The above error also had these properties on it:
{
name: 'y',
type: 'CredentialsSignin',
kind: 'signIn',
code: 'credentials'
}
2025-03-19T17:58:25.257Z error undefined
Run on linux version latest stable i just reset my password, still the same homarr reset-password -u Seb Now i can't connect on firefox nor brave .. info user Seb was not found How all my users aren't found lol I know i ain't tripping because I use protonpass to register all my users and passwords I also fix homarr fix-usernames just in case
Meierschlumpf
Meierschlumpf7d ago
Hmm interesting, when you run the fix-usernames did it fix them? Like what is the output of it? What happens if you would try to sign in with lowercase seb? Does that one work? Are the protonpass values outdated?
Volrod
VolrodOP7d ago
1-2

80ed97d2f054:/app# homarr fix-usernames
All usernames have been fixed

80ed97d2f054:/app# homarr fix-usernames
All usernames have been fixed
3- Still the same error in logs - not working - not gonna lie, i'm using the same password everywhere when it's localhost. But I still automatically add them to protonpass, so I couldn't be wrong. Also, I tried to reset them homarr reset-password -u seb but nothing worked.
Meierschlumpf
Meierschlumpf7d ago
Oh this wasn't outputting the names, sorry I thought it would
Volrod
VolrodOP7d ago
By the way, even more interesting
80ed97d2f054:/app# homarr reset-password -u seb
User seb not found
80ed97d2f054:/app# homarr reset-password -u Seb
All sessions for user Seb have been deleted
You can now login with the new password
New password for user Seb: 2a3623dddc574b2d3f1f5be0a88ba5633274154f44f8c46c
80ed97d2f054:/app# homarr reset-password -u seb
User seb not found
80ed97d2f054:/app# homarr reset-password -u Seb
All sessions for user Seb have been deleted
You can now login with the new password
New password for user Seb: 2a3623dddc574b2d3f1f5be0a88ba5633274154f44f8c46c
Volrod
VolrodOP7d ago
No description
Meierschlumpf
Meierschlumpf7d ago
Hmm okay that one is really interesting, let me check some things Oh, actually the logic we currently have to fix usernames is only able to fix usernames that are already lowercase 😂
Meierschlumpf
Meierschlumpf7d ago
I've created a pull request: https://github.com/homarr-labs/homarr/pull/2650 Sorry for the inconvenience, it will be available either on the dev image tag once merged or on the latest tag on fridays evening
GitHub
fix(cli): fix-usernames command only fixes lowercase usernames by M...
Homarr Thank you for your contribution. Please ensure that your pull request meets the following pull request: Builds without warnings or errors (pnpm build, autofix with pnpm format:fix) Pull ...
Volrod
VolrodOP7d ago
I'll wait till friday so ^^ thanks :) but even so, i'm resetting the password for Seb - The current password was for Seb How was it lost out of nowhere ? Because even if fix usernames didn't work I still have " Seb " as my user and i'm suppose to have a new password
Meierschlumpf
Meierschlumpf7d ago
We only search for lowercase usernames in the database 😅
Volrod
VolrodOP7d ago
ah .. lol @Meierschlumpfworked in dev branch, thanks i'll go back in stable in friday once you push the update. Thanks for your help and assistance

Did you find this page helpful?