mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Bug]: Unable to access site local or external where port is modified from 1337 #653
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 @daddyDUBZ on GitHub (Feb 14, 2025).
Where is the problem occurring?
None
What browsers are you seeing the problem on?
No response
Current behaviour
Everything works as expected, except I am unable to use any port other than 1337
Desired behaviour
I would like to be able to use a different port than 1337
Steps to reproduce
Deploy newest build on windows server. Deploy with npm/pm2.
Other information
No response
@AndrisJefimovs commented on GitHub (Feb 15, 2025):
Did you add firewall rules allowing port 1337 at any point? I would suggest checking the firewall rules.
Could you please provide some more information? Did you access it from the same device via IP address, domain or
localhost?