-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Broken rooms are created #13407
Comments
Hi, can you share the relevant logs showing these steps please? It sounds like it ought to work fine. Do you have any plugin modules that might be affecting who is allowed to join a room? |
I'll try to get the logs. |
I think reason of this issue described here and here |
It's pretty impossible to say what is going on without the relevant logs, if you can provide logs that cover the steps to reproduce, we can get a better sense of what is happening and diagnose the issue, including whether it is a duplicate of the issues you mentioned. |
I am closing this now as we are unable to investigate this due to a lack of information. If more information becomes available in the future we can re-open it. |
duplicate of #8895 |
Description
On our server, chats are administered automatically (backend):
/_synapse/admin/v1/users/{user_id}/login
Steps to reproduce
Randomly reproduced.
Create room
"/_matrix/client/v3/createRoom"
Try get room details
"/_matrix/client/v3/directory/room/{roomAlias}"
Get a room by roomId (Will be joined_members = 0, canonical_alias = null)
"/_synapse/admin/v1/rooms/{room_id}"
"/_synapse/admin/v1/rooms?search_term={alias}"
Homeserver
homeserver
Synapse Version
{"server_version":"1.63.1","python_version":"3.9.13"}
Installation Method
Docker (matrixdotorg/synapse)
Platform
container in swarm
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: