We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Application error: a client-side exception has occurred (see the browser console for more information).
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: