Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organisation manage - throws error #322

Open
var-che opened this issue Apr 27, 2024 · 0 comments
Open

Organisation manage - throws error #322

var-che opened this issue Apr 27, 2024 · 0 comments

Comments

@var-che
Copy link

var-che commented Apr 27, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant