M ZeeshanM
Convex Community17mo ago
11 replies
M Zeeshan

Error in Server Component

hello there... I'm encountering an error in a server component and I'm unsure about the best approach to resolve it. Could you please provide guidance on how to handle this issue?

error:
Error: [Request ID: 04418ec216ae34ab] Server Error
ArgumentValidationError: Value does not match validator.
Path: .id
Value: "j97chph1jdefahph6wf901rsfs70jy3d"
Validator: v.id("skills")

const preloadedData = await fetchQuery(
  api.skills.getSingle,
  { id },
);

if (!preloadedData.success) notFound()

return <>ui</>
Was this page helpful?