docs: add troubleshooting for middlewares (#13764)

This commit is contained in:
Shahed Nasser
2025-10-16 14:43:21 +03:00
committed by GitHub
parent e36c054780
commit ee2734c23d
4 changed files with 22 additions and 2 deletions
@@ -167,6 +167,10 @@ npm run dev
Received a request!
```
### Troubleshooting
If the middleware didn't run, make sure you've correctly created the middleware at `src/api/middlewares.ts` (with correct spelling). This is a common mistake that can lead to the middleware not being applied, resulting in unexpected behavior.
---
## When to Use Middlewares