mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
webvault working but none of the apps i.e. browser ext, desktop, ios #2202
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @morrisfamily on GitHub.
so I can get to the webvault at my https://bitwarden.mydomain.org it is behind traefik and letsencrypt is working i.e. I have the green lock when going to site and shows as valid cert when selected.
However every app or client I try does not seem to be working. I receive a wrong password username error when clicking login.
@mprasil commented on GitHub:
These are the hardest issues to spot, glad you solved the problem.
@morrisfamily commented on GitHub:
It is the standard chrome extension.
On Tue, Jan 29, 2019 at 6:47 PM Michael Bushey notifications@github.com
wrote:
@morrisfamily commented on GitHub:
i do not see any logs in the data folder and likely because I do not have the :
-e LOG_FILE=/data/bitwarden.log \
So do I need to restart with that setup and attempt login again?
@mprasil commented on GitHub:
Hi, do you see any logs showing up on the server side?
@morrisfamily commented on GitHub:
ok so feeling really dumb at this moment. everything is working fine I must of had a fat finger moment when I created my account the first login and transposed to letters in my email. since the browser had remember me checked it was entering my email as I entered it but it was entered incorrectly so everytime i typed into the login tools correctly is why i was getting wrong username and password. such a stupid mistake everything works just fine. sorry and thanks for trying to help.