Skip to content

Show bound and connect URLs when serving web viewer#12753

Open
terror wants to merge 1 commit into
rerun-io:mainfrom
terror:show-bound-url
Open

Show bound and connect URLs when serving web viewer#12753
terror wants to merge 1 commit into
rerun-io:mainfrom
terror:show-bound-url

Conversation

@terror
Copy link
Copy Markdown

@terror terror commented May 8, 2026

Resolves #11584

When serving the web viewer on an unspecified bind address such as 0.0.0.0, the log output previously only showed the local connect URL. This made it look like the server was hosted on 127.0.0.1 even though it was actually listening on 0.0.0.0.

This adds a separate bound URL for WebViewerServer and uses it in the web viewer hosting log message, while keeping the browser/connect URL unchanged. The output now shows both where the server is listening and which URL should be opened locally.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

Hi! Thanks for opening this pull request.

Because this is your first time contributing to this repository, make sure you've read our Contributor Guide and Code of Conduct.

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.

Serving web viewer should print both server and connect IPs

1 participant