Skip to content

"Open Syncthing Web Interface" does not use an updated URL until app restart #231

@lgarron

Description

@lgarron
  • Open Syncthing preferences
  • Change the URL to something like http://syncthing.localhost:8384 (or https://syncthing.localhost:8384 if you use HTTPS).
  • Click on one of the following:
    • "Open Syncthing Web Interface" in the preferences window
    • "Open" from the menu

This continues to open the old URL until the app is restarted. I suspect this code is accessing a cached value instead of a fresh one:

NSURL *URL = [NSURL URLWithString:[_syncthing URI]];

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions