-
Notifications
You must be signed in to change notification settings - Fork 673
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
docker run wettyoss/wetty fails with login[47] error #464
Comments
@butlerx Any thoughts on this login challenge? |
any comments how to address it? |
I have same issue. Do you know if there are default credentials to use? |
Please pass host users into the container like docker run -v /etc/passwd:/etc/passwd -u `id -u`:`id -g` -v `pwd`:`pwd` -it --rm --net host --name wetty wettyoss/wetty For other |
A bit of necromancy...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From ubuntu terminal, run:
On browser, access the app as http://localhost:3002/wetty.
Provided the correct username and password values, but still fails as "Login incorrect".
On the other
docker run
session, I could see it flags aslogin[47]
error with invalid password for unknown.I could validate in ubuntu terminal that username and password are correct values, but /wetty terminal does not accept it. How else could we validate from "wetty", why the user/pwd combination is declined? Could anyone please share some thoughts??
The text was updated successfully, but these errors were encountered: