Closed hossnys closed 2 years ago
I tried to curl the backend directly and isolate any issue that could be related to the reverse proxy configuration.
It seems the backend will stuck at something when handling callback from the auth server. The gunicorn web server, which handle the python app, will drop the request as it timed out.
Checking auth code to guess where the request could be stuck shows that the handler will send a post request to https://openkyc.live/verification/verify-sei
as a part of the auth verification.
So I tried to access this URL from inside the container, and found that the container has internet connectivity issue.
So I suspect that it is a docker/ docker network issue, maybe bad setup or privilege issue.
I clean install both docker and docker-compose, and everything works fine now .. Obviously it was a docker issue. @hossnys can you verify and close the issue?
verified and migration done for both staging and production
we still get this error when trying login
and when checking taiga-back logs found this error happen every time trying login :
and this fix didn't help there