mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
webvault working but none of the apps i.e. browser ext, desktop, ios #213
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 (Jan 26, 2019).
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 (Jan 26, 2019):
Hi, do you see any logs showing up on the server side?
@morrisfamily commented on GitHub (Jan 26, 2019):
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?
@morrisfamily commented on GitHub (Jan 28, 2019):
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.
@mprasil commented on GitHub (Jan 28, 2019):
These are the hardest issues to spot, glad you solved the problem.
@morrisfamily commented on GitHub (Jan 31, 2019):
It is the standard chrome extension.
On Tue, Jan 29, 2019 at 6:47 PM Michael Bushey notifications@github.com
wrote: