Closed
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?
Yes
- Are you sure you're not using someone else's docker image?
Yes
Describe the bug
- A clear and concise description of what the bug is.
After the upgrade to version 2.9.0 websockets seems not work anymore (after a change while on version 2.9.0), when i switch back to version 2.8.1 and perform the following steps its working again.
1. click on my proxy host (the entry with the websocket toggle enabled)
2. Toggle (disable) websocket
3. Press save
4. click again on my proxy host
5. Toggle (enable) websocket
6. Press save
7. working
When i start the 2.9.0 container and follow the above steps the websockets are not working anymore.
- What version of Nginx Proxy Manager is reported on the login page?
v2.9.0
Additional context
Error in chrome dev tools: "Unable to connect to ****." websocket failed. Unfortunately i cloud not found any relevant log files.
I guess it has something todo with the following PR: #1017