# 🔧 Troubleshooting Log — [Project Name]

> All errors, bugs, and their solutions are documented here for future reference.  
> Mark recurring bugs with ⚠️ **RECURRING** to track patterns.

---

## Log Format
```
## [DATE] — [ERROR-ID]: [Error Title]
- **TASK-ID**: [related task]
- **Phase**: [phase where error occurred]
- **Severity**: [Critical / High / Medium / Low]
- **Recurring**: [Yes (N times) / No]

### Error Description
[What happened?]

### Steps to Reproduce
1. [Step 1]

### Root Cause Analysis
[Why did it happen?]

### Solution Applied
[What fixed it?]

### Prevention
[How to avoid this in the future?]
```

---

## Error Index
| ID | Date | Title | Severity | Recurring | Status |
|----|------|-------|----------|-----------|--------|
| — | — | No errors logged yet | — | — | — |

---

<!-- Add new entries above the Error Index, newest first -->
