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
If somehow your createRoom request is too large, like if for example you send a base64 encoded avatar instead of an mxc URL (wrongly) then the request fails with a 413 but a new Empty room is created and sent to the user with none of the parameters the user asked for.
This issue has been migrated from #8895.
If somehow your createRoom request is too large, like if for example you send a base64 encoded avatar instead of an mxc URL (wrongly) then the request fails with a 413 but a new Empty room is created and sent to the user with none of the parameters the user asked for.
Example request payload:
(avatar truncated Github would not let me post)
Expectation: Empty room is not created.
Possibly related to matrix-org/synapse#8625 but am operating in Monolith mode.
The text was updated successfully, but these errors were encountered: