Skip to content

Length of message error #2

@dclardy64

Description

@dclardy64

Hopefully this is a question with an easy answer. I know that your install was 30 modules. I have mine at 24. I have went through every section that I can find that has 30 hardcoded or 15 hardcoded, and I have updated those to my values of 24 and 12. Even after rebuilding the web and backend, I am still getting the message below. Any ideas on where I can go to fix that? Honestly, I can read your code, but I am not extremely familiar with Node.

ZodError: [
  {
    "code": "too_big",
    "maximum": 24,
    "type": "string",
    "inclusive": true,
    "exact": true,
    "message": "String must contain exactly 24 character(s)",
    "path": [
      "flaps"
    ]
  }
]
    at get error (/home/dclardy/git/splitflap-remote/node_modules/zod/lib/types.js:55:31)
    at ZodObject.parseAsync (/home/dclardy/git/splitflap-remote/node_modules/zod/lib/types.js:183:22)
    at process.processTicksAndRejections (node:internal/process/task_queues:105:5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions