docs: add new troubleshooting guides for Query and middlewares (#12214)

This commit is contained in:
Shahed Nasser
2025-04-17 14:18:07 +03:00
committed by GitHub
parent 191965bbfe
commit 9d27c0c194
10 changed files with 12961 additions and 12817 deletions
@@ -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",
},
],
},
{