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
+4 -2
View File
@@ -6059,7 +6059,6 @@ export const generatedEditDates = {
"app/storefront-development/cart/totals/page.mdx": "2025-03-27T14:47:14.252Z",
"app/storefront-development/checkout/order-confirmation/page.mdx": "2025-03-27T14:29:45.669Z",
"app/how-to-tutorials/tutorials/product-reviews/page.mdx": "2025-04-17T08:48:08.716Z",
"app/troubleshooting/api-routes/page.mdx": "2025-03-21T07:17:56.248Z",
"app/troubleshooting/data-models/default-fields/page.mdx": "2025-03-21T06:59:06.775Z",
"app/troubleshooting/medusa-admin/blocked-request/page.mdx": "2025-03-21T06:53:34.854Z",
"app/troubleshooting/nextjs-starter-rewrites/page.mdx": "2025-03-21T07:09:08.901Z",
@@ -6146,5 +6145,8 @@ export const generatedEditDates = {
"references/types/interfaces/types.IFulfillmentProvider/page.mdx": "2025-04-11T09:04:46.137Z",
"references/user/types/user.Message/page.mdx": "2025-04-11T09:04:52.767Z",
"app/infrastructure-modules/workflow-engine/how-to-use/page.mdx": "2025-03-27T14:53:13.311Z",
"references/core_flows/Notification/Steps_Notification/functions/core_flows.Notification.Steps_Notification.notifyOnFailureStep/page.mdx": "2025-04-17T08:42:33.837Z"
"references/core_flows/Notification/Steps_Notification/functions/core_flows.Notification.Steps_Notification.notifyOnFailureStep/page.mdx": "2025-04-17T08:42:33.837Z",
"app/troubleshooting/api-routes/additional-data-error/page.mdx": "2025-03-27T17:39:10.858Z",
"app/troubleshooting/api-routes/middleware-registration/page.mdx": "2025-04-17T10:35:42.095Z",
"app/troubleshooting/query/expression-type-error/page.mdx": "2025-04-17T10:30:39.317Z"
}
+10 -2
View File
@@ -1264,8 +1264,12 @@ export const filesMap = [
"pathname": "/tools"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/api-routes/page.mdx",
"pathname": "/troubleshooting/api-routes"
"filePath": "/www/apps/resources/app/troubleshooting/api-routes/additional-data-error/page.mdx",
"pathname": "/troubleshooting/api-routes/additional-data-error"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/api-routes/middleware-registration/page.mdx",
"pathname": "/troubleshooting/api-routes/middleware-registration"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/cors-errors/page.mdx",
@@ -1319,6 +1323,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/troubleshooting/page.mdx",
"pathname": "/troubleshooting"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/query/expression-type-error/page.mdx",
"pathname": "/troubleshooting/query/expression-type-error"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/query/filter-linked/page.mdx",
"pathname": "/troubleshooting/query/filter-linked"
@@ -73,10 +73,26 @@ const generatedgeneratedTroubleshootingSidebarSidebar = {
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/eaddrinuse",
"title": "EADDRINUSE Error",
"children": []
"type": "sub-category",
"title": "API Routes",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Unrecognized Additional Data",
"path": "/troubleshooting/api-routes/additional-data-error",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Middleware Registration",
"path": "/troubleshooting/api-routes/middleware-registration",
"children": []
}
]
},
{
"loaded": true,
@@ -86,6 +102,14 @@ const generatedgeneratedTroubleshootingSidebarSidebar = {
"title": "Database Errors",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/eaddrinuse",
"title": "EADDRINUSE Error",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -100,6 +124,14 @@ const generatedgeneratedTroubleshootingSidebarSidebar = {
"type": "sub-category",
"title": "Query",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/query/expression-type-error",
"title": "Expression Type Error",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -107,9 +139,25 @@ const generatedgeneratedTroubleshootingSidebarSidebar = {
"path": "/troubleshooting/query/filter-linked",
"title": "Not Exising Property",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/query/service-list",
"title": "service.list Error",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/test-errors",
"title": "Test Errors",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -133,14 +181,6 @@ const generatedgeneratedTroubleshootingSidebarSidebar = {
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/test-errors",
"title": "Test Errors",
"children": []
}
]
},