[Bug Report] Unable to make websocket connection: see browser console for details #5426
Replies: 13 comments
-
Beta Was this translation helpful? Give feedback.
-
I am using it as docker image on a synology. I have the same error after the update |
Beta Was this translation helpful? Give feedback.
-
I was using a NGINX reverse proxy and the reason is without specifically allowing it NGINX doesn't allow the client to upgrade to the WS protocol. Adding these lines to my config worked:
|
Beta Was this translation helpful? Give feedback.
-
Excellent reply. This was spot on for me after some try and error. Just change: to and restart Apache HTTPD. It is not necessary to activate modules like proxy_wstunnel or so. |
Beta Was this translation helpful? Give feedback.
-
Yea this isn't a bug unless it is happening without behind behind any reverse proxy. |
Beta Was this translation helpful? Give feedback.
-
Did you find a solution to this? I'm having the same issue. |
Beta Was this translation helpful? Give feedback.
-
I'm not sure I understand. Is there a solution to this error? I'm implementing it in a container on a synology nas and getting the same error. Thanks! |
Beta Was this translation helpful? Give feedback.
-
If you are using the Synology Reverse Proxy, then you have to enable the custom header --> create a websocket and then hit save. |
Beta Was this translation helpful? Give feedback.
-
Yes, I have done this and the error persists. Could there be any other solution? Thx. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the perhaps stupid question, but where do I have to insert this? In the Advanced settings directly in NGINX or where? |
Beta Was this translation helpful? Give feedback.
-
It's a pity that nobody here can or wants to help. |
Beta Was this translation helpful? Give feedback.
-
I walked a user through the steps in discord ~1mo ago |
Beta Was this translation helpful? Give feedback.
-
Updated Stash today, got the error, this was a very quick fix in DSM. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
An error occurred while accessing the web page :Unable to make websocket connection: see browser console for details
To Reproduce
Steps to reproduce the behavior:
Screenshots
**Stash Version: (from Settings -> About):0.26.1
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions