Skip to content

Conversation

@Omnideth
Copy link
Contributor

…splay to the resource.

If you try to overwrite the original line 5 var temporal with ports, the dashboard has them but they do not connect.

…splay to the resource.

If you try to overwrite the original line 5 var temporal with ports, the dashboard has them but they do not connect.
@ElanHasson
Copy link
Contributor

@Omnideth thank you for the PR!

cursor[bot]

This comment was marked as outdated.

if (args.HttpPort is not null)
{
resourceBuilder.WithHttpEndpoint(name: "http", port: args.HttpPort, targetPort: 7234); // Internal port is always 7234
resourceBuilder.WithHttpEndpoint(name: "http", port: args.HttpPort, targetPort: args.HttpPort); // Internal port is always 7234
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incorrect Port Mapping for Temporal Server

The targetPort for Temporal server endpoints is incorrectly set to external args.Port values instead of the fixed internal container ports (e.g., 7233 for server). This breaks container port mapping, preventing connections, and contradicts the inline comments that state these internal ports are always fixed.

Fix in Cursor Fix in Web

@ElanHasson ElanHasson merged commit b974e21 into InfinityFlowApp:main Sep 26, 2025
3 checks passed
@ElanHasson
Copy link
Contributor

Fixes #208

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.

2 participants