This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Synapse doesn't start if the signing key file contains a newline #13737
Labels
A-Config
Configuration, or the documentation thereof
O-Uncommon
Most users are unlikely to come across this or unexpected workflow
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
Description
When deploying a synapse instance I copied a
/data/mydomain.signing.key
file which contained the line Synapse had generated on first start and a new line.Synapse didn't start and complained with
Steps to reproduce
/data/yourdomain.signing.key
Homeserver
Container based deployment
Synapse Version
1.66.0
Installation Method
Docker (matrixdotorg/synapse)
Platform
Rocky Linux 8.5 & Podman
Relevant log output
Starting synapse with args -m synapse.app.homeserver --config-path /data/homeserver.yaml Error in configuration: Error reading signing_key: not enough values to unpack (expected 3, got 0)
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: