Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lgarron opened this issue Dec 8, 2024 · 0 comments

Comments

@lgarron
Copy link

lgarron commented Dec 8, 2024

  • 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]];

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

No branches or pull requests

1 participant