mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug with n8n-install
|
|
title: '[BUG] '
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
## Description
|
|
A clear and concise description of the issue.
|
|
|
|
## Steps to Reproduce
|
|
1. Run '...'
|
|
2. Navigate to '...'
|
|
3. See error
|
|
|
|
## Expected Behavior
|
|
What you expected to happen.
|
|
|
|
## Actual Behavior
|
|
What actually happened. Include any error messages.
|
|
|
|
## Logs
|
|
```
|
|
# Paste relevant logs here
|
|
# Get logs with: make logs s=<service>
|
|
```
|
|
|
|
## Environment
|
|
- **OS**: [e.g., Ubuntu 24.04, Debian 12, macOS Sonoma]
|
|
- **Docker version**: [e.g., 27.0.3]
|
|
- **Docker Compose version**: [e.g., v2.29.1]
|
|
- **n8n-install branch**: [main/develop]
|
|
- **Affected service(s)**: [e.g., n8n, flowise, caddy]
|
|
|
|
## Configuration
|
|
- Which profiles are enabled? (from `COMPOSE_PROFILES` in `.env`)
|
|
- Are you using a custom domain with SSL?
|
|
- Are you using Cloudflare Tunnel?
|
|
|
|
## Additional Context
|
|
- Does this happen consistently or intermittently?
|
|
- Did this work before? If so, what changed?
|
|
- Any workarounds you've discovered?
|
|
|
|
## Possible Solution
|
|
If you have suggestions on how to fix the issue. |