Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
121 stars 49 forks source link

[surveyform] saveResponse Issue: Encountered an error while validating client data during update #320

Closed martinheidegger closed 9 months ago

martinheidegger commented 9 months ago

⚠️IMPORTANT: please make sure to remove any private data from the “Submitted Data” log⚠️

Submitted Data:

{
  "undefined": true,
  "lastSavedAt": "2023-10-02T07:15:37.262Z",
  "locale": "en-US",
  "finishedAt": "2023-10-02T07:15:37.262Z"
}

Location

https://surveys.tokyodev.com/en-US/survey/tokyodev/2023/Fex1zQVzhlz__h8ISWfAS/6

Timestamp

Mon Oct 02 2023 16:15:37 GMT+0900 (Japan Standard Time)

Error:

{
  "id": "client_data_validation_error",
  "status": 400,
  "message": "Encountered an error while validating client data during update",
  "error": {
    "issues": [
      {
        "code": "unrecognized_keys",
        "keys": [
          "undefined"
        ],
        "path": [],
        "message": "Unrecognized key(s) in object: 'undefined'"
      }
    ],
    "name": "ZodError"
  }
}