mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 19:08:59 +03:00
How to run on Network ? Server connection failed #188
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 @wahshibinharb on GitHub (May 6, 2022).
http://192.168.1.187:3000/login On my network address when i hit that planka comes up. But can't login in. i wanted to use planka in network.
when i try to login gettin this errör
Server connection failed
P.S: over localhost it works perfectly fine.
@djsamyak commented on GitHub (Jul 13, 2022):
Getting the same issue. Commenting for visibility.
@Naozumi commented on GitHub (Aug 24, 2022):
Is your
BASE_URLthe same as your external url? In this case,BASE_URL=http://192.168.1.187:3000?@wahshibinharb commented on GitHub (Aug 24, 2022):
i try to find a help about it, but support is limited so i gave up using on network.
end of this month will deploy new vps server so i guess i'll try to install on web server.
@Naozumi commented on GitHub (Aug 24, 2022):
No worries - I've not long started using, but this is from experience testing (and breaking). For the websockets to work (which this needs) the URL you access via must be exactly as is written in
BASE_URL. Anything else and you will still get the logon screen, but you wont get passed it.