We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a new localhost Synapse using the Docker image. Changes I have made to the config:
Describe how what happens differs from what you expected.
The dialog closes with a JavaScript error.
Uncaught TypeError: can't access property Symbol.iterator, e[n].instances is undefined Bl MessagePanel.js:836 render RoomDirectory.js:391 React 7 unstable_runWithPriority scheduler.production.min.js:13
Logs being sent: yes
For the web app:
python -m http.server
The text was updated successfully, but these errors were encountered:
This is an issue with a spec violation on the server side, instances is a required array field.
instances
https://matrix.org/docs/spec/client_server/r0.6.1#get-matrix-client-r0-thirdparty-protocols
Sorry, something went wrong.
My server is matrixdotorg/synapse:latest which currently resolves to https://registry.hub.docker.com/layers/matrixdotorg/synapse/latest/images/sha256-67a507a29e0406a0e93a9040617380f7310f625e86adb5652ef24cd1ce39db48?context=explore
matrixdotorg/synapse:latest
I suggest opening a Synapse issue in that case
Closing in favour of the synapse spec compliance issue
No branches or pull requests
Description
I have a new localhost Synapse using the Docker image.
Changes I have made to the config:
Steps to reproduce
Describe how what happens differs from what you expected.
The dialog closes with a JavaScript error.
Logs being sent: yes
Peek.2021-03-25.20-45.mp4
Version information
For the web app:
python -m http.server
The text was updated successfully, but these errors were encountered: