-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: Websocket connection to the proxy server failed while set up with docker compose file #3195
Closed
1 task done
Comments
abidkhan484
added a commit
to abidkhan484/plane
that referenced
this issue
Dec 19, 2023
sriramveeraghanta
pushed a commit
that referenced
this issue
Dec 29, 2023
abidkhan484
added a commit
to abidkhan484/plane
that referenced
this issue
Jan 1, 2024
…plane#3196)" This reverts commit f200acc.
mguptahub
added a commit
that referenced
this issue
Jan 10, 2024
* fix websocket connection issue in docker #3195 * fix websocket connection issue for local env with removing from the prod nginx conf template #319 * fix env substitution issue of proxy_set_header #3196 * review fixes --------- Co-authored-by: Manish Gupta <[email protected]>
sriramveeraghanta
pushed a commit
that referenced
this issue
Jan 22, 2024
sriramveeraghanta
pushed a commit
that referenced
this issue
Jan 22, 2024
* fix websocket connection issue in docker #3195 * fix websocket connection issue for local env with removing from the prod nginx conf template #319 * fix env substitution issue of proxy_set_header #3196 * review fixes --------- Co-authored-by: Manish Gupta <[email protected]>
sriramveeraghanta
pushed a commit
that referenced
this issue
Jan 22, 2024
* fix websocket connection issue in docker #3195 * fix websocket connection issue for local env with removing from the prod nginx conf template #319 * fix env substitution issue of proxy_set_header #3196 * review fixes --------- Co-authored-by: Manish Gupta <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current behavior
There is a 404 error while requesting to the
/_next/webpack-hmr
endpoint with a WebSocket connection. But it perfectly works while requesting an HTTP connection.Steps to reproduce
Following with the Local setup steps, the error occurred.
Browser
Google Chrome
Version
Local
Possible Solution
Since the proxy server is running with Nginx, it is recommended to add the relevant proxy header to use Web Socket. The relevant documentation is shared below.
Reference: Nginx WebSocket Proxying documentation
The text was updated successfully, but these errors were encountered: