---
name: Bug report
about: Something isn't working correctly
title: '[Bug] '
labels: bug
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**To reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. See error

**Expected behavior**
What you expected to happen.

**Screenshots**
If applicable, add screenshots.

**Environment**
- Aegis version: (check `/api/health` or the dashboard)
- Docker version: `docker --version`
- OS / platform: (e.g. Ubuntu 22.04, Synology DSM 7, macOS)
- Arch: (amd64 / arm64)
- Envoy version: (from docker-compose.yml)

**Logs**
```
docker logs aegis --tail 50
```

**Additional context**
Any other context about the problem.
