Skip to content

Organisation manage - throws error #322

@var-che

Description

@var-che

When I go to :
https://www.playrbase.app/en/organisation/:org_id/overview
on the screen, I get:
Application error: a client-side exception has occurred (see the browser console for more information).
and in the console:

ZodError: [
  {
    "code": "invalid_type",
    "expected": "array",
    "received": "undefined",
    "path": [
      0,
      "tournament_path"
    ],
    "message": "Required"
  },
  {
    "code": "invalid_type",
    "expected": "array",
    "received": "undefined",
    "path": [
      1,
      "tournament_path"
    ],
    "message": "Required"
  },
  {
    "code": "invalid_type",
    "expected": "array",
    "received": "undefined",
    "path": [
      2,
      "tournament_path"
    ],
    "message": "Required"
  },
  {
    "code": "invalid_type",
    "expected": "array",
    "received": "undefined",
    "path": [
      3,
      "tournament_path"
    ],
    "message": "Required"
  },
  {
    "code": "invalid_type",
    "expected": "array",
    "received": "undefined",
    "path": [
      4,
      "tournament_path"
    ],
    "message": "Required"
  }
]
    at get error (3555-6cb20442c1b39439.js:1:40598)
    at V.parse (3555-6cb20442c1b39439.js:1:42668)
    at Object.queryFn (page-4c784ab46b2ccb28.js:16:2708)

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