--- name: Bug report about: Report a bug encountered while using ERPNext Docker deployment labels: bug --- **Describe the bug** A clear and concise description of what the bug is. ## Deployment method - [ ] Docker Compose - [ ] Docker Swarm - [ ] Kubernetes - [ ] Other (please describe) ## Bug source - [ ] Bugs from installation - [ ] Bugs from first use - [ ] Configuration issues - [ ] Other (please describe) ## System Environment **ERPNext Version** e.g v14, v13, v12 **Docker Version** ``` docker --version docker-compose --version ``` **OS** - [ ] Ubuntu 20.04 - [ ] Ubuntu 22.04 - [ ] Debian 11 - [ ] CentOS 7 - [ ] CentOS 8/Rocky/AlmaLinux - [ ] macOS - [ ] Windows with WSL2 - [ ] Other (please describe) **Infrastructure** - [ ] Local machine - [ ] AWS - [ ] Azure - [ ] Google Cloud - [ ] DigitalOcean - [ ] Self-hosted server - [ ] Other (please describe) ## Bug reproduce Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error ## Bug reports ### Bug Context Bug context includes bug error, error logs and service status, it is very important for resolving issue ``` # bug error (paste here) # docker-compose logs output (paste here) # service status (docker ps) (paste here) ``` ### Bug Screenshot paste screenshot here ## Your suggestion **Expected behavior** A clear and concise description of what you expected to happen. **Possible solution** If you have a solution in mind, please describe it here. **Additional context** Add any other context about the problem here.