-
Notifications
You must be signed in to change notification settings - Fork 308
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
Error While Logging In - using locally compose Docker #801
Comments
Thank you for creating an issue ticket for our SKF project, we highly appriciate the feedback so we can improve the project and make it more awesome for everyone! We will shortly come back to you after the evaluation of the issue. |
[+] Running 6/6 Message from syslogd@kali at Aug 4 13:15:23 ... |
These are complete logs |
skf-angular_container | 172.23.0.3 - - [04/Aug/2022:08:19:48 +0000] "GET /common-es2015.js HTTP/1.0" 200 3234 "http://localhost/" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" "172.23.0.1" |
Hey @ShahidAkhterSec
|
curl http://172.23.0.5:8888/api/user/login |
Okay , Solved it, I removed all lines related to kube config key from docker-compose,.yml , api skf was breaking |
@ShahidAkhterSec , Please share the docker-compose file which you had removed to resolve this. I am facing the same issue. |
#volumes: |
I removed this key comparing function because this api was breaking, now it's working |
can you share web page or browser error? or logs ? what error is it showing? |
Run docker-compose upLive long and prosperversion: '2' mysql: nginx: skf-angular: skf-api: |
use this as docker-compose file and delete the old one |
skf-nginx_container | 172.18.0.1 - - [02/Aug/2022:11:22:39 +0000] "GET /pages-auth-auth-module-es2015.js HTTP/1.1" 200 66136 "http://localhost/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" "-"
skf-angular_container | 172.18.0.2 - - [02/Aug/2022:11:22:39 +0000] "GET /assets/fonts/boxicons.woff2 HTTP/1.0" 200 74712 "http://localhost/styles.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" "172.18.0.1"
skf-angular_container | 172.18.0.2 - - [02/Aug/2022:11:22:39 +0000] "GET /assets/fonts/materialdesignicons-webfont.woff2?v=5.0.45 HTTP/1.0" 200 276312 "http://localhost/styles.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" "172.18.0.1"
skf-nginx_container | 172.18.0.1 - - [02/Aug/2022:11:22:39 +0000] "GET /assets/fonts/boxicons.woff2 HTTP/1.1" 200 74712 "http://localhost/styles.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" "-"
skf-nginx_container | 172.18.0.1 - - [02/Aug/2022:11:22:39 +0000] "GET /assets/fonts/materialdesignicons-webfont.woff2?v=5.0.45 HTTP/1.1" 200 276312 "http://localhost/styles.css" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" "-"
skf-nginx_container | 2022/08/02 11:23:11 [error] 24#24: 36 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "PUT /api/user/activate/1 HTTP/1.1", upstream: "http://172.18.0.6:8888/api/user/activate/1", host: "localhost", referrer: "http://localhost/auth/register"
skf-nginx_container | 172.18.0.1 - - [02/Aug/2022:11:23:11 +0000] "PUT /api/user/activate/1 HTTP/1.1" 502 157 "http://localhost/auth/register" "Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0" "-"
skf-nginx_container | 2022/08/02 11:23:23 [error] 24#24: 36 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: , request: "POST /api/user/login HTTP/1.1", upstream: "http://172.18.0.6:8888/api/user/login", host: "localhost", referrer: "http://localhost/auth/login"
I am getting these errors, using docker, OS kali Linux
When i try to log in, it gives error that username or password incorrect
Username or Password is incorrect.
environment:
i also changed these values but , still not working'
I am using Kali Linux OS, Docker . It shows Log In page but unable to login,
The text was updated successfully, but these errors were encountered: