You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to deploy Element and connect to my own deployed Synapse server, but it prompted "Homeserver URL does not appear to be a valid Matrix homeserver".
I made sure that my Synapse server is running normally (matrix.code.cq.cn), but it still prompts "Homeserver URL does not appear to be a valid Matrix homeserver".
Steps to reproduce
Deploy Element and Synapse using docker-compose:
version: "3.3"
services:
synapse:
image: "matrixdotorg/synapse:latest"
container_name: "matrix_synapse"
restart: unless-stopped
ports:
- 8008:8008
volumes:
- "./data:/data" # it will look at the current directory where you save the file and look for the data folder inside
environment:
VIRTUAL_HOST: "chat.code.cq.cn"
VIRTUAL_PORT: 8008
LETSENCRYPT_HOST: "chat.code.cq.cn"
SYNAPSE_SERVER_NAME: "chat.code.cq.cn"
SYNAPSE_REPORT_STATS: "yes"
element-web:
ports:
- '8009:80'
#volumes:
# - '/etc/element-web/config.json:/app/config.json'
image: vectorim/element-web
restart: unless-stopped
Description
I tried to deploy Element and connect to my own deployed Synapse server, but it prompted "Homeserver URL does not appear to be a valid Matrix homeserver".
I made sure that my Synapse server is running normally (matrix.code.cq.cn), but it still prompts "Homeserver URL does not appear to be a valid Matrix homeserver".
Steps to reproduce
Homeserver
matrix.code.cq.cn
Synapse Version
"server_version":"1.107.0"
Installation Method
Docker (matrixdotorg/synapse)
Database
SQLite
Workers
Single process
Platform
Ubuntu-20.04.1-x64
KVM
Intel Gold 6148 8Core 8G RAM
Configuration
No response
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: