matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.83k stars 2.12k forks source link

groups rooms GET results in 500 #6974

Closed stoically closed 4 years ago

stoically commented 4 years ago

Description

Created the community +containers:mozilla.org with the account @stoic:mozilla.org and now I'm unable to configure it with Riot Web - viewing or trying to edit the community results in an endless spinner.

The network inspector shows that the request to https://mozilla.modular.im/_matrix/client/r0/groups/%2Bcontainers%3Amozilla.org/rooms fails with 500 Internal Server Error and the response is

{"errcode":"M_UNKNOWN","error":"Internal server error"}

Steps to reproduce

Version information

aaronraimist commented 4 years ago

Probably a duplicate of https://github.com/matrix-org/synapse/issues/4891