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

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"