netbirdio / dashboard

NetBird Management Service Web UI Panel
https://app.netbird.io
BSD 3-Clause "New" or "Revised" License
273 stars 63 forks source link

Groups Issue #323

Closed MacronOne closed 9 months ago

MacronOne commented 9 months ago

Hello,

The Problem In Settings > Group I see a group has one peer image But in peer I can't find the group or the peer that has that group attached image

To Reproduce Don't have the information.

bc547 commented 9 months ago

I have the same problem with a group.

Netbird thinks there are 2 peers in the bc547 group, but in reality there is only one. The total number of peers shown on the screen is is correct in my case.

image

In the management store.json file, I notice there is an empty peer ("") listed in the bc547 group:

                "cn2ko6ies12s7399dn2g": {
                    "ID": "cn2ko6ies12s7399dn2g",
                    "Name": "bc547",
                    "Issued": "api",
                    "Peers": [
                        "",
                        "cn2k76ies12s7399dn20"
                    ],
                    "IntegrationReference": {
                        "ID": 0,
                        "IntegrationType": ""
                    }
                }

I have no idea how it got there :-)

MacronOne commented 9 months ago

I think I know from where is my issue.

As I don't have all the peers imported i started with Network Routes and I Crate the groups that will have access to that route, I think from here is the issue as I just have another example:

,{"id":"cn348ko3jqvkt4kogung","issued":"api","name":"DML1","peers":null,"peers_count":1},

mlsmaycon commented 9 months ago

Hello @MacronOne @bc547, the issue has been fixed in the latest version.