2020-03-10 13:06:34 +00:00
|
|
|
---
|
|
|
|
name: Bug report
|
2020-07-23 00:53:46 +00:00
|
|
|
about: Report something broken
|
2020-03-10 13:06:34 +00:00
|
|
|
labels: bug
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2020-07-23 01:08:07 +00:00
|
|
|
<!-- Help us help you, and take the time to fill this template 🙂.
|
2020-03-10 13:06:34 +00:00
|
|
|
An incomprehensible bug report is a useless bug report.
|
|
|
|
|
2020-07-23 00:53:46 +00:00
|
|
|
=========================================================
|
2020-07-23 01:07:22 +00:00
|
|
|
Incomprehensible / incomplete bug reports will be closed.
|
2020-07-23 00:53:46 +00:00
|
|
|
=========================================================
|
|
|
|
-->
|
|
|
|
|
|
|
|
**Homework**
|
2020-03-10 13:06:34 +00:00
|
|
|
|
2021-01-30 04:49:52 +00:00
|
|
|
- [ ] I looked at `nativefier --help` and https://github.com/nativefier/nativefier/blob/master/docs/api.md
|
2020-07-23 00:53:46 +00:00
|
|
|
- [ ] I searched existing issues, open & closed. Yes, my bug is new.
|
2021-01-30 04:49:52 +00:00
|
|
|
- [ ] I'm using the latest version available at https://github.com/nativefier/nativefier/releases
|
2020-03-10 13:12:46 +00:00
|
|
|
|
2020-07-23 00:53:46 +00:00
|
|
|
|
|
|
|
**Bug description**
|
|
|
|
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
|
2020-03-10 13:06:34 +00:00
|
|
|
**Steps to reproduce**
|
2020-07-23 00:53:46 +00:00
|
|
|
|
|
|
|
Give your ***full*** nativefier command and its logs, with the ***`--verbose` flag***, on a ***public*** site:
|
|
|
|
|
|
|
|
```
|
|
|
|
nativefier --verbose --some-option https://mysite.com
|
|
|
|
<paste your verbose build logs too>
|
|
|
|
```
|
|
|
|
|
2020-03-10 13:06:34 +00:00
|
|
|
|
|
|
|
**Expected behavior**
|
2020-07-23 00:53:46 +00:00
|
|
|
|
2020-03-10 13:06:34 +00:00
|
|
|
What you expected to happen.
|
|
|
|
|
2020-07-23 00:53:46 +00:00
|
|
|
|
2020-03-10 13:06:34 +00:00
|
|
|
**Actual behavior**
|
2020-07-23 00:53:46 +00:00
|
|
|
|
2020-03-10 13:06:34 +00:00
|
|
|
What happened instead.
|
|
|
|
|
2020-07-23 00:53:46 +00:00
|
|
|
|
2020-03-19 16:30:08 +00:00
|
|
|
**Debug info**
|
2020-07-23 00:53:46 +00:00
|
|
|
|
|
|
|
- Console logs of your `nativefier` build command, with `--verbose` flag
|
|
|
|
- If the bug happens at app run time, the in-app DevTools console logs (open it with F12)
|
|
|
|
- Error messages
|
|
|
|
- Screenshots
|
|
|
|
- Anything else relevant!
|
|
|
|
|
2020-03-10 13:06:34 +00:00
|
|
|
|
|
|
|
**Context**
|
2020-07-23 00:53:46 +00:00
|
|
|
|
|
|
|
- Nativefier: (for example: 9.1.0)
|
|
|
|
- Node.js: (for example: 14.6.0)
|
2020-03-10 13:06:34 +00:00
|
|
|
- Npm: (for example: 6.14.7)
|
|
|
|
- OS: (for example: Windows 10 build 1809)
|
2020-03-19 16:30:08 +00:00
|
|
|
- Is it a regression? If yes, what's the last working / first broken version?
|
2020-07-23 00:53:46 +00:00
|
|
|
- Additional context: (for example: "I'm behind a proxy, with configuration X and protocol Y")
|