-
Notifications
You must be signed in to change notification settings - Fork 4
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
unable to login after fresh install #5
Comments
Hi, If it's working, I'll change it in the package |
yes!
|
Somehow this is either broken again or not fixed. I have the exact same behaviour. I checekd the nginx config, it seems okay. listenaddr: localhost ... no luck. i also just realized that even my user and pw are there plain text - and correct ;) Any idea? |
Hi;
Login Failed
I tried three times
1 time with a stronger password, second time with an only alphanumeric password and the last time with a basic 24 characters password; but the login always failed.
I also tried:
admin with admin
myusername@mydomain.tld with mypassword
myusername with mypassword
with firefox and chrome in normal and incognito mode
in the config.yml
The password generated with my keepassxc and the one declared in
/opt/yunohost/gotify/config.yml
are the samein the gotify mysql db
the declared user is the one I choose during the installation, his
id
is 1 and the fieldadmin
indicate 1I reenter my password via mysql and I still unable to login
How I proceed
Error Logs
2019/05/28 09:34:30 [error] 16902#16902: *2200 connect() failed (111: Connection refused) while connecting to upstream, client: 162.158.150.123, server: push.glibre.net, request: "GET /static/css/main.99a0ea00.css HTTP/1.1", upstream: "http://[::1]:8080/static/css/main.99a0ea00.css", host: "push.glibre.net", referrer: "https://push.glibre.net/"
2019/05/28 09:35:28 [error] 16902#16902: *2226 connect() failed (111: Connection refused) while connecting to upstream, client: 162.158.150.45, server: push.glibre.net, request: "GET /admin HTTP/1.1", upstream: "http://[::1]:8080/admin", host: "push.glibre.net"
2019/05/28 09:35:55 [error] 16902#16902: *2238 connect() failed (111: Connection refused) while connecting to upstream, client: 162.158.150.45, server: push.glibre.net, request: "POST /client HTTP/1.1", upstream: "http://[::1]:8080/client", host: "push.glibre.net", referrer: "https://push.glibre.net/"
2019/05/28 09:43:07 [error] 16905#16905: *2317 connect() failed (111: Connection refused) while connecting to upstream, client: 162.158.150.45, server: push.glibre.net, request: "POST /client HTTP/1.1", upstream: "http://[::1]:8080/client", host: "push.glibre.net", referrer: "https://push.glibre.net/"
2019/05/28 09:45:05 [error] 19250#19250: *2385 connect() failed (111: Connection refused) while connecting to upstream, client: 162.158.150.45, server: push.glibre.net, request: "GET /version HTTP/1.1", upstream: "http://[::1]:8080/version", host: "push.glibre.net", referrer: "https://push.glibre.net/"
2019/05/28 12:43:05 [error] 23615#23615: *3010 connect() failed (111: Connection refused) while connecting to upstream, client: 162.158.150.93, server: push.glibre.net, request: "GET /version HTTP/1.1", upstream: "http://[::1]:8080/version", host: "push.glibre.net", referrer: "https://push.glibre.net/"
PS: I don't have IPv6
Does someones see my error and/or had this situation before ?
The text was updated successfully, but these errors were encountered: