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
After I updated to Synapse v1.70.0 I get the below issue shown in the console:
fetch.ts?12e2:62 PUT /_matrix/client/unstable/org.matrix.msc2697.v2/dehydrated_device 400 (Bad Request)
utils.ts?61cd:83 Uncaught (in promise) M_MISSING_PARAM: MatrixError: [400] 1 validation error for PutBody device_id field required (type=value_error.missing) (/_matrix/client/unstable/org.matrix.msc2697.v2/dehydrated_device)
at parseErrorResponse (webpack-internal:///319:89:12)
at MatrixHttpApi.requestOtherUrl (webpack-internal:///315:289:78)
... and the following error msg in homeserver.log:
2022-10-26 14:16:56,492 - synapse.http.server - 108 - INFO - PUT-625 - <SynapseRequest at 0x7fd1fef34100 method='PUT' uri='/_matrix/client/unstable/org.matrix.msc2697.v2/dehydrated_device' clientproto='HTTP/1.1' site='8448'> SynapseError: 400 - 1 validation error for PutBody device_id field required (type=value_error.missing)