docs: add new troubleshooting guides for Query and middlewares (#12214)
This commit is contained in:
@@ -48,15 +48,31 @@ export const troubleshootingSidebar = [
|
||||
initialOpen: true,
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/eaddrinuse",
|
||||
title: "EADDRINUSE Error",
|
||||
type: "sub-category",
|
||||
title: "API Routes",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
title: "Unrecognized Additional Data",
|
||||
path: "/troubleshooting/api-routes/additional-data-error",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
title: "Middleware Registration",
|
||||
path: "/troubleshooting/api-routes/middleware-registration",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/database-errors",
|
||||
title: "Database Errors",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/eaddrinuse",
|
||||
title: "EADDRINUSE Error",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/dist-imports",
|
||||
@@ -66,13 +82,28 @@ export const troubleshootingSidebar = [
|
||||
type: "sub-category",
|
||||
title: "Query",
|
||||
children: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/query/expression-type-error",
|
||||
title: "Expression Type Error",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/query/filter-linked",
|
||||
title: "Not Exising Property",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/query/service-list",
|
||||
title: "service.list Error",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/test-errors",
|
||||
title: "Test Errors",
|
||||
},
|
||||
{
|
||||
type: "sub-category",
|
||||
title: "Workflows",
|
||||
@@ -89,11 +120,6 @@ export const troubleshootingSidebar = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
path: "/troubleshooting/test-errors",
|
||||
title: "Test Errors",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user