Open taiBsu opened 12 months ago
forwarded request lacks an x-forwarded-proto header: assuming https
Probably unrelated, but please configure your reverse proxy properly. (Note the RequestHeader set "X-Forwarded-Proto" expr=%{REQUEST_SCHEME}
).
Everything works, however sending messages through Android devices using Element takes more than a minute to be delivered. Making audio and video calls is impossible. When using element.io on a desktop PC as a client, sending messages and making calls works flawlessly.
This sounds quite unlikely to be a Synapse issue if it is working well from the desktop client. It looks like when the requests reach Synapse they're being processed fairly quickly. Is there something in particular in the log output that is concerning to you?
Description
I have set up my own matrix synapse server through docker-compose:
Everything works, however sending messages through Android devices using Element takes more than a minute to be delivered. Making audio and video calls is impossible. When using element.io on a desktop PC as a client, sending messages and making calls works flawlessly.
I created a subdomain called
matrix.my_domain.org
to communicate with my server using an apache2 reverse-proxy that leads to the docker container.Steps to reproduce
Homeserver
my personal homeserver (Xubuntu 22.04) using docker-compose
Synapse Version
1.95.1
Installation Method
Docker (matrixdotorg/synapse)
Database
PostgreSQL (single server inside docker), no ported SQLite dbs, no restored backups
Workers
I don't know
Platform
Server: Xubuntu 22.04
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response