---
name: Bug report
about: Something not working? Let us know
title: ''
labels: bug
assignees: ''
---
**What happened?**
A clear description of the bug.
**How to reproduce**
1. Run with these options: `...`
2. Send this request: `...`
3. See error
**Expected behavior**
What you expected to happen.
**OpenAPI spec**
If possible, link to or paste the relevant part of your OpenAPI spec.
**Environment**
- Docker image version or commit:
- Node.js version (if from source):
- OS:
**Logs**
```
Paste relevant logs here
```