-
-
Notifications
You must be signed in to change notification settings - Fork 823
Closed
Labels
bugSomething isn't workingSomething isn't workingpri/highHigh priority issueHigh priority issuestatus/approvedThis issue is ready to be implementedThis issue is ready to be implemented
Description
Describe the Bug
Seems I have an issue similar to #626 except a different error message in the logs:
p [TRPCError]: Output validation failed
at t (/app/apps/web/.next/server/chunks/480.js:4:45371)
at async a (/app/apps/web/.next/server/chunks/480.js:4:45909)
... 4 lines matching cause stack trace ...
at async u (/app/apps/web/.next/server/app/dashboard/bookmarks/page.js:1:5790) {
code: 'INTERNAL_SERVER_ERROR',
digest: '2098247525',
[cause]: a [ZodError]: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"bookmarks",
3,
"content",
"url"
],
"message": "Required"
}
]
at get error (/app/apps/web/.next/server/chunks/8195.js:79:17803)
at Q.parseAsync (/app/apps/web/.next/server/chunks/8195.js:79:20286)
at async t (/app/apps/web/.next/server/chunks/480.js:4:45320)
at async a (/app/apps/web/.next/server/chunks/480.js:4:45909)
at async a (/app/apps/web/.next/server/chunks/480.js:4:45909)
at async a (/app/apps/web/.next/server/chunks/480.js:4:45909)
at async a (/app/apps/web/.next/server/chunks/480.js:4:45909)
at async t (/app/apps/web/.next/server/chunks/480.js:4:46248)
at async u (/app/apps/web/.next/server/app/dashboard/bookmarks/page.js:1:5790) {
issues: [ [Object] ],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [ [Object] ]
}
}
Steps to Reproduce
Not sure.
Expected Behaviour
Bookmarks on home page
Screenshots or Additional Context
Happy to run some sql if you have suggestions.
Device Details
No response
Exact Hoarder Version
v0.22.0
Have you checked the troubleshooting guide?
- I have checked the troubleshooting guide and I haven't found a solution to my problem
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpri/highHigh priority issueHigh priority issuestatus/approvedThis issue is ready to be implementedThis issue is ready to be implemented