Customize board error
Hello
Since the last update, i have an error when i click on "customize board". I have an error 500 "An unexpected error has occured"
I have try to clean the database but error still coming back.
I post this one since the code error since to be different from Dwarf but have the same result.
The logs shows :
TRPCError: [
{
"validation": "regex",
"code": "invalid_string",
"message": "Invalid",
"path": [
"name"
]
}
]
at inputMiddleware (file:///app/node_modules/@trpc/server/dist/index.mjs:279:19)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)
at async resolve (file:///app/node_modules/@trpc/server/dist/index.mjs:486:24) {
code: 'BAD_REQUEST',
[cause]: ZodError: [
{
"validation": "regex",
"code": "invalid_string",
"message": "Invalid",
"path": [
"name"
]
}
]
at get error [as error] (file:///app/node_modules/zod/lib/index.mjs:538:31)
at ZodObject.parseAsync (file:///app/node_modules/zod/lib/index.mjs:661:22)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async inputMiddleware (file:///app/node_modules/@trpc/server/dist/index.mjs:277:27)
at async callRecursive (file:///app/node_modules/@trpc/server/dist/index.mjs:456:32)
at async resolve (file:///app/node_modules/@trpc/server/dist/index.mjs:486:24) {
issues: [ [Object] ],
addIssue: [Function (anonymous)],
addIssues: [Function (anonymous)],
errors: [ [Object] ]
}
}
Thanks
Solution:Jump to solution
Hello, not really fixed but i have recreated a new dashboard from scratch. Working now.
1 Reply
Solution
Hello, not really fixed but i have recreated a new dashboard from scratch. Working now.