Closed alirezaalavi87 closed 11 months ago
Did you make any changes to your Dockerfile?
Does removing the following fix the issue?
build:
context: ../..
dockerfile: docker/Dockerfile
Please use synapse admins for support requests.
No it doesn't. also I figured (with the help of friends in matrix group) that my docker is in rootless mode. but still pruning everything and running with sudo doesn't fix the issue.
I asked in the matrix chat and they tried to help, but issue didn't get fixed. and wouldn't having issues and their solutions in here be better since they're easily searchable?
have you specified a Postgres host and username in your database configuration? I can see this happening if psycopg2 is about to try to connect to the (hypothetical in this case) local Postgres server using a UNIX socket and is attempting to determine the local user's name.
@reivilibre yes, the configs are correct. I am no longer trying to run synapse, but I think adding this to the docker-compose.yml fixed the issue:
environment:
- UID=0
I will close this issue since I'm not trying to run a synapse server at the moment and am not 100% sure how I fixed the issue (or did I fix it at all) but anyone with the same issue can open it again
Hi. I couldn't resolve my issue by asking in the matrix server. I use docker compose to run the app:
And I get this error:
I have found this related issue: https://github.com/matrix-org/synapse/issues/13190 but still don't understand what causes it and how to fix it.