Skip to content

Conversation

@oleksandr-nc
Copy link
Contributor

@oleksandr-nc oleksandr-nc commented Jan 19, 2026

Fixes: #747

When registering a manual-install daemon with a host that includes a port
(e.g., 192.168.1.100:8000), the ExApp URL was incorrectly built with
duplicate ports like http://192.168.1.100:8000:9001.

This PR:

  • Strips the port from the host before building the ExApp URL in ManualActions
  • Adds a warning during daemon registration when a port is detected in the host

Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
@oleksandr-nc oleksandr-nc force-pushed the fix/manual-daemon-duplicate-port branch from 631a9c3 to 7636314 Compare January 19, 2026 09:52
@oleksandr-nc oleksandr-nc merged commit 063ded1 into main Jan 19, 2026
34 checks passed
@oleksandr-nc oleksandr-nc deleted the fix/manual-daemon-duplicate-port branch January 19, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Manual daemon with host:port format causes duplicated port in ExApp URLs (:10034:10034)

2 participants