mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
no live upstreams while connecting to upstream #417
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dielit66 on GitHub (Feb 20, 2024).
NGINX conf:
.env planka
When you go to https://MY_DOMAIN.xyz/kanban-planka link, the statics don't load...
I will be grateful for help!
@dielit66 commented on GitHub (Feb 20, 2024):
#576 this solution helped me
After successful authorization, socket connection problem
nginx error log -
2024/02/20 15:26:09 [error] 1065894#1065894: *223 no live upstreams while connecting to upstream, client: ****, server: MY_DOMAIN.xyz, request: "GET /planka/socket.io/?__sails_io_sdk_version=1.2.1&__sails_io_sdk_platform=node&__sails_io_sdk_language=javascript&EIO=3&transport=websocket HTTP/1.1", upstream: "http://planka/planka/socket.io/?__sails_io_sdk_version=1.2.1&__sails_io_sdk_platform=node&__sails_io_sdk_language=javascript&EIO=3&transport=websocket", host: "MY_DOMAIN.xyz"@dielit66 commented on GitHub (Feb 20, 2024):
just added
rewrite ^/planka/socket.io/(.*)$ /socket.io/$1 break;to
And it worked!