Skip to content

[ISSUE] utils.ts?61cd:83 Uncaught (in promise) M_MISSING_PARAM: MatrixError: [400] 1 validation error for PutBody device_id field required #2809

@menturion

Description

@menturion

synapse: v1.70.0
matrix-js-sdk: v21.0.0

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions