Maycon Santos
Maycon Santos
Hey folks, the PR #2025 seems to fix the issue. If anyone wants to try this build, you can use the binary from: https://github.com/netbirdio/netbird/actions/runs/9187529519/artifacts/1526014624
Hello Folks, the v0.27.9 has the fix for the crash. Thanks for your help testing the builds.
Hello @Bastika07, this seems to be a limitation from Entra ID. The NetBird service is just reading the groups provided by the identity provider; we've reports from different users with...
@Helloworld-zyt @Sgt-Ogre can you access the management container with `docker compose exec -ti management /bin/bash` and run the following commands: ```shell apt install curl curl -v https://IDPDOMAIN.com/application/o/netbird/.well-known/openid-configuration ``` if that...
you can try running a modified version of the management container with the latest ca-certificates: ```Dockerfile FROM netbirdio/management:latest RUN apt install -y ca-certificates ``` ``` docker build -t netbirdio/management:local ....
can you update the docker-compose.yml and remove the domainname key from the coturn service?
Hello @CYQ00 it seems like there was a rollback from 0.27.5 to 0.27.1. Can you update the management service to the 0.27.5+ or the latest or downgrade it and restore...
We've migrated a few fields onto JSON so that we have better Postgres support. For the time being, there is no direct option for rolling back. Besides, converting to json...
Hi @daveshanley, thanks for responding. I've tried the configuration, but it didn't work.
Got it, thanks for the feedback. Ok, I thought it was a bug because of the way it was defined in the 3.1 Reference Object documentation. Do you want me...