netbird icon indicating copy to clipboard operation
netbird copied to clipboard

Appmenu submenues auto-collapse every two seconds

Open apollo13 opened this issue 4 weeks ago • 0 comments

Describe the problem

When I open the menu in the top bar and choose settings it will collapse again between instantly or in 2 seconds at most. (same for the "about" and "default" submenu).

To Reproduce

Steps to reproduce the behavior:

  1. Click the netbird icon in the topbar
  2. Click the "About" submenu
  3. Wait till it collapses

Expected behavior

The submenu should stay open.

Are you using NetBird Cloud?

Cloud and selfhosted

NetBird version

0.60.4 on Fedora 43

Is any other VPN software installed?

Plenty, but not relevant here

Debug output

The client outputs:

2025-11-30T17:00:24+01:00 DEBG client/ui/network.go:376: Exit node menu already up to date
2025-11-30T17:00:26+01:00 DEBG client/ui/network.go:376: Exit node menu already up to date
2025-11-30T17:00:28+01:00 DEBG client/ui/network.go:376: Exit node menu already up to date
2025-11-30T17:00:30+01:00 DEBG client/ui/network.go:376: Exit node menu already up to date
2025-11-30T17:00:32+01:00 DEBG client/ui/network.go:376: Exit node menu already up to date
2025-11-30T17:00:34+01:00 DEBG client/ui/network.go:376: Exit node menu already up to date
2025-11-30T17:00:36+01:00 DEBG client/ui/network.go:376: Exit node menu already up to date

Those timestamps match the times when the menu collapses from the looks of it, so apparently the menu gets recreated (?) without keeping the existing state

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Have you tried these troubleshooting steps?

  • [x] Reviewed client troubleshooting (if applicable)
  • [x] Checked for newer NetBird versions
  • [x] Searched for similar issues on GitHub (including closed ones)
  • [x] Restarted the NetBird client
  • [x] Disabled other VPN software
  • [x] Checked firewall settings

apollo13 avatar Nov 30 '25 16:11 apollo13