bunkerity / bunkerity/bunkerweb
[BUG] Cannot create new service
- Dominant language
- Python
- Stars
- 11k
- Forks
- 642
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 42
Description
### What happened?
Hi,
I recently updated my self hosted Bunkerweb to the latest version and since then I cannot create new services.
I can delete or modify existing ones, but not create new one either from scratch or by duplicating one.
The interfaces to create a new one open, I fill my configuration, I save and got the confirmation that it got created but nothing in the services list.
While looking at the logs I got a 302 response on the POST /services/new.
Any ideas ?
Thanks for your help.
### How to reproduce?
- Create a new service or duplicate one
- Fill the configuration
- Save
### Configuration file(s) (yaml or .env)
```YAML
```
### Relevant log output
```shell
bw-ui-1 | xx.xx.xx.xx xx.xx.xx.xx - - [08/Sep/2026:17:38:21 +0000] "GET /services/new HTTP/1.1" 200 7300077 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:155.0) Gecko/20100101 Firefox/155.0"
bunkerweb-1 | my.server.com xx.xx.xx.xx - b067aa0e3d8ca02fb6e9512026e1d79f - [08/Sep/2026:17:38:21 +0000] "GET /services/new HTTP/1.1" 200 231896 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:155.0) Gecko/20100101 Firefox/155.0"
bw-ui-1 | xx.xx.xx.xx,xx.xx.xx.xx - - [08/Sep/2026:17:38:23 +0000] "POST /services/new HTTP/1.1" 302 389 "https://my.server.com/services/new" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:155.0) Gecko/20100101 Firefox/155.0"
bunkerweb-1 | my.server.com xx.xx.xx.xx - 9eb4b27e9f2ef76c6c68866bf9a1eca4 - [08/Sep/2026:17:38:23 +0000] "POST /services/new HTTP/1.1" 302 389 "https://my.server.com/services/new" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:155.0) Gecko/20100101 Firefox/155.0"
bw-ui-1 | xx.xx.xx.xx, xx.xx.xx.xx - - [08/Sep/2026:17:38:23 +0000] "GET /loading?next=/services/www.example.com?&message=Saving+configuration+for+service+www.example.com HTTP/1.1" 200 60922 "https://my.server.com/services/new" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:155.0) Gecko/20100101 Firefox/155.0"
bunkerweb-1 | my.server.com xx.xx.xx.xx - 8a9a02246e0d166162705df1ebe61d5c - [08/Sep/2026:17:38:23 +0000] "GET /loading?next=/services/www.example.com?&message=Saving+configuration+for+service+www.example.com HTTP/1.1" 200 3507 "https://my.server.com/services/new" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:155.0) Gecko/20100101 Firefox/155.0"
bunkerweb-1 | my.server.com xx.xx.xx.xx - 66f9a75b0644ccfa8848274d4dfd0862 - [08/Sep/2026:17:38:24 +0000] "GET /check_reloading?next=/services/www.example.com?&message=Saving+configuration+for+service+www.example.com HTTP/1.1" 200 19 "https://my.server.com/loading?next=/services/www.example.com?&message=Saving+configuration+for+service+www.example.com" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:155.0) Gecko/20100101 Firefox/155.0"
```
### BunkerWeb version
1.6.14
### What integration are you using?
Docker
### Linux distribution (if applicable)
_No response_
### Removed private data
- [x] I have removed all private data from the configuration file and the logs
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.