Netbird not work correctly with Keycloak #2061

Open
opened 2025-11-20 06:12:06 -05:00 by saavagebueno · 4 comments
Owner

Originally created by @hightwoltt on GitHub (Jul 11, 2025).

I have keycloack and deployed netbird self-hosted. Following the documentation:
https://docs.netbird.io/selfhosted/identity-providers#step-8-create-a-net-bird-backend-client
https://docs.netbird.io/selfhosted/selfhosted-guide#step-4-disable-single-account-mode-optional


Use that setup.env:

# Dashboard domain. e.g. app.mydomain.com
NETBIRD_DOMAIN="my.netbird-public-url.com"

# OIDC configuration e.g., https://example.eu.auth0.com/.well-known/openid-configuration
NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT="https://my.keycloak-url.com/realms/netbird/.well-known/openid-configuration"
NETBIRD_AUTH_AUDIENCE="netbird-client"

# e.g. netbird-client
NETBIRD_AUTH_CLIENT_ID="netbird-client"

# indicates whether to use Auth0 or not: true or false
NETBIRD_USE_AUTH0="false"
NETBIRD_AUTH_DEVICE_AUTH_PROVIDER="none"

# enables Interactive SSO Login feature (Oauth 2.0 Device Authorization Flow)
NETBIRD_AUTH_DEVICE_AUTH_CLIENT_ID="netbird-client"
NETBIRD_AUTH_SUPPORTED_SCOPES="openid profile email offline_access api"

NETBIRD_MGMT_IDP="keycloak"
NETBIRD_IDP_MGMT_CLIENT_ID="netbird-backend"
NETBIRD_IDP_MGMT_CLIENT_SECRET="**********************"
NETBIRD_IDP_MGMT_EXTRA_ADMIN_ENDPOINT="https://my.keycloak-url.com/admin/realms/netbird"

# e.g. hello@mydomain.com
NETBIRD_LETSENCRYPT_EMAIL="my@mail.com"

I encountered a problem that when trying to log into netbird through a browser, I am redirected to keycloak authorization, and after passing it, I am redirected to my.netbird-public-url.com/peers which simply endlessly loads. I can’t figure out the reason, please tell me why this happens and how can I solve it?

Image

After starting the docker containers, nothing suspicious is visible in the logs, I am attaching the full log immediately after starting and logging into my.netbird-public-url.com for verification:

management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:523: loading OIDC configuration from the provided IDP configuration endpoint https://my.keycloak-url.com/realms/netbird/.well-known/openid-configuration
relay-1       | 2025-07-11T20:59:14Z INFO relay/cmd/root.go:124: running metrics server: :9090/metrics
relay-1       | 2025-07-11T20:59:14Z INFO relay/cmd/root.go:149: server will be available on: rel://my.keycloak-url.com:33080
relay-1       | 2025-07-11T20:59:14Z WARN relay/server/server.go:62: Not starting QUIC listener: valid TLS config is required for QUIC listener
relay-1       | 2025-07-11T20:59:14Z INFO relay/server/listener/ws/listener.go:39: WS server listening address: :33080
signal-1      | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:194: running without TLS
signal-1      | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:131: running gRPC server: [::]:80
signal-1      | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:141: running gRPC backward compatibility server: [::]:10000
signal-1      | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:144: signal server version 0.50.2
signal-1      | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:145: started Signal Service
signal-1      | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:103: running metrics server: :9090/metrics
coturn-1      | 0: (1): INFO: System cpu num is 128
coturn-1      | 0: (1): INFO: System cpu num is 128
coturn-1      | 0: (1): INFO: System enable num is 2
coturn-1      | 0: (1): INFO: Coturn Version Coturn-4.7.0 'Gorst'
coturn-1      | 0: (1): INFO: Max number of open files/sockets allowed for this process: 1073741816
coturn-1      | 0: (1): INFO: Due to the open files/sockets limitation, max supported number of TURN Sessions possible is: 536870500 (approximately)
coturn-1      | 0: (1): INFO:
coturn-1      |
coturn-1      | ==== Show him the instruments, Practical Frost: ====
coturn-1      |
coturn-1      | 0: (1): INFO: OpenSSL compile-time version: OpenSSL 3.0.16 11 Feb 2025 (0x30000100)
coturn-1      | 0: (1): INFO: TLS 1.2 supported
coturn-1      | 0: (1): INFO: TLS 1.3 supported
coturn-1      | 0: (1): INFO: DTLS 1.2 supported
coturn-1      | 0: (1): INFO: TURN/STUN ALPN supported
coturn-1      | 0: (1): INFO: Third-party authorization (oAuth) supported
coturn-1      | 0: (1): INFO: GCM (AEAD) supported
coturn-1      | 0: (1): INFO: SQLite supported, default database location is /var/lib/coturn/turndb
coturn-1      | 0: (1): INFO: Redis supported
coturn-1      | 0: (1): INFO: PostgreSQL supported
coturn-1      | 0: (1): INFO: MySQL supported
coturn-1      | 0: (1): INFO: MongoDB supported
coturn-1      | 0: (1): INFO: Default Net Engine version: 3 (UDP thread per CPU core)
coturn-1      | 0: (1): INFO: Domain name:
coturn-1      | 0: (1): INFO: Default realm: wiretrustee.com
coturn-1      | 0: (1): WARNING: cannot find certificate file: /etc/coturn/certs/cert.pem (1)
coturn-1      | 0: (1): WARNING: cannot start TLS and DTLS listeners because certificate file is not set properly
coturn-1      | 0: (1): WARNING: cannot find private key file: /etc/coturn/private/privkey.pem (1)
coturn-1      | 0: (1): WARNING: cannot start TLS and DTLS listeners because private key file is not set properly
coturn-1      | 0: (1): INFO: Certificate file found: /etc/coturn/certs/cert.pem
coturn-1      | 0: (1): INFO: Private key file found: /etc/coturn/private/privkey.pem
coturn-1      | 0: (1): WARNING: NO EXPLICIT LISTENER ADDRESS(ES) ARE CONFIGURED
coturn-1      | 0: (1): INFO: ===========Discovering listener addresses: =========
coturn-1      | 0: (1): INFO: Listener address to use: 127.0.0.1
coturn-1      | 0: (1): INFO: Listener address to use: 192.168.1.10
coturn-1      | 0: (1): INFO: Listener address to use: 172.17.0.1
coturn-1      | 0: (1): INFO: Listener address to use: 172.18.0.1
coturn-1      | 0: (1): INFO: Listener address to use: ::1
coturn-1      | 0: (1): INFO: =====================================================
coturn-1      | 0: (1): INFO: Total: 3 'real' addresses discovered
coturn-1      | 0: (1): INFO: =====================================================
coturn-1      | 0: (1): WARNING: NO EXPLICIT RELAY ADDRESS(ES) ARE CONFIGURED
coturn-1      | 0: (1): INFO: ===========Discovering relay addresses: =============
coturn-1      | 0: (1): INFO: Relay address to use: 192.168.1.10
coturn-1      | 0: (1): INFO: Relay address to use: 172.17.0.1
coturn-1      | 0: (1): INFO: Relay address to use: 172.18.0.1
coturn-1      | 0: (1): INFO: Relay address to use: ::1
coturn-1      | 0: (1): INFO: =====================================================
coturn-1      | 0: (1): INFO: Total: 4 relay addresses discovered
coturn-1      | 0: (1): INFO: =====================================================
coturn-1      | 0: (1): INFO: pid file created: /var/tmp/turnserver.pid
coturn-1      | 0: (1): INFO: IO method: epoll (with changelist)
coturn-1      | 0: (1): INFO: RFC5780 disabled! /NAT behavior discovery/
coturn-1      | 0: (1): INFO: Wait for relay ports initialization...
coturn-1      | 0: (1): INFO:   relay 192.168.1.10 initialization...
coturn-1      | 0: (1): INFO:   relay 192.168.1.10 initialization done
coturn-1      | 0: (1): INFO:   relay 172.17.0.1 initialization...
coturn-1      | 0: (1): INFO:   relay 172.17.0.1 initialization done
coturn-1      | 0: (1): INFO:   relay 172.18.0.1 initialization...
coturn-1      | 0: (1): INFO:   relay 172.18.0.1 initialization done
coturn-1      | 0: (1): INFO:   relay ::1 initialization...
coturn-1      | 0: (1): INFO:   relay ::1 initialization done
coturn-1      | 0: (1): INFO: Relay ports initialization done
coturn-1      | 0: (1): INFO: Total General servers: 2
coturn-1      | 0: (10): DEBUG: turn server id=0 created
coturn-1      | 0: (11): DEBUG: turn server id=1 created
coturn-1      | 0: (1): INFO: Total auth threads: 3
coturn-1      | 0: (1): INFO: prometheus collector disabled, not started
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:528: loaded OIDC configuration from the provided IDP configuration endpoint: https://my.keycloak-url.com/realms/netbird/.well-known/openid-configuration
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:530: overriding HttpConfig.AuthIssuer with a new value https://my.keycloak-url.com/realms/netbird, previously configured value: https://my.keycloak-url.com/realms/netbird
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:534: overriding HttpConfig.AuthKeysLocation (JWT certs) with a new value https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/certs, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/certs
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:539: overriding DeviceAuthorizationFlow.TokenEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:542: overriding DeviceAuthorizationFlow.DeviceAuthEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth/device, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth/device
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:550: overriding DeviceAuthorizationFlow.ProviderConfig.Domain with a new value: my.keycloak-url.com, previously configured value: my.keycloak-url.com
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:560: overriding PKCEAuthorizationFlow.TokenEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:563: overriding PKCEAuthorizationFlow.AuthorizationEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth
management-1  | 2025-07-11T20:59:15Z INFO management/cmd/management.go:570: Relay addresses: [rel://my.keycloak-url.com:33080]
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/telemetry/app_metrics.go:193: enabled application metrics and exposing on http://0.0.0.0:9090
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/store/store.go:262: using SQLite store engine
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/store/sql_store.go:88: Set max open db connections to 1
management-1  | 2025-07-11T20:59:15Z INFO management/server/migration/migration.go:142: No records in table peers, no migration needed
management-1  | 2025-07-11T20:59:15Z INFO management/server/migration/migration.go:142: No records in table peers, no migration needed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:257: No plain setup keys found in table setup_keys, no migration needed
management-1  | 2025-07-11T20:59:15Z INFO management/server/migration/migration.go:295: Migration of plain setup key to hashed setup key completed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty enabled found in table network_resources, no migration needed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty enabled to default value in table network_resources completed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty enabled found in table network_routers, no migration needed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty enabled to default value in table network_routers completed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:407: executing index creation: CREATE UNIQUE INDEX IF NOT EXISTS idx_account_ip ON peers (account_id, ip)
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:412: successfully created index idx_account_ip on table peers
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:407: executing index creation: CREATE UNIQUE INDEX IF NOT EXISTS idx_account_dnslabel ON peers (account_id, dns_label)
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:412: successfully created index idx_account_dnslabel on table peers
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/activity/store/sql_store.go:260: using sqlite as activity event store engine
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty name found in table deleted_users, no migration needed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty name to default value in table deleted_users completed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty enc_algo found in table deleted_users, no migration needed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty enc_algo to default value in table deleted_users completed
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:203: geolocation service has been initialized from /var/lib/netbird/
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account_request_buffer.go:45: set account request buffer interval to 100ms
management-1  | 2025-07-11T20:59:15Z WARN [context: SYSTEM] management/server/account.go:266: failed to parse peer update interval, using default value 1ms: strconv.Atoi: parsing "": invalid syntax
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:282: set peer update buffer interval to 1ms
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:232: single account mode disabled, accounts number 0
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:324: running gRPC backward compatibility server: [::]:33073
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:356: management server version 0.50.2
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:357: running HTTP server and gRPC server on the same port: [::]:443
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:596: 1 entries received from IdP management
management-1  | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:627: warmed up IDP cache with 0 entries for 0 accounts
dashboard-1   | NetBird latest version:
dashboard-1   | + LETSENCRYPT_DOMAIN=my.keycloak-url.com
dashboard-1   | + LETSENCRYPT_EMAIL=my@mail.com
dashboard-1   | + NGINX_SSL_PORT=443
dashboard-1   | + '[' my.keycloak-url.com-x == none-x ']'
dashboard-1   | + certbot -n --nginx --agree-tos --email my@mail.com -d my.keycloak-url.com --https-port 443
dashboard-1   | Saving debug log to /var/log/letsencrypt/letsencrypt.log
dashboard-1   | Certificate not yet due for renewal
dashboard-1   | Deploying certificate
dashboard-1   | NetBird latest version:
dashboard-1   | Successfully deployed certificate for my.keycloak-url.com to /etc/nginx/http.d/default.conf
dashboard-1   | Congratulations! You have successfully enabled HTTPS on https://my.keycloak-url.com
dashboard-1   |
dashboard-1   | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dashboard-1   | If you like Certbot, please consider supporting our work by:
dashboard-1   |  * Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
dashboard-1   |  * Donating to EFF:                    https://eff.org/donate-le
dashboard-1   | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
dashboard-1   | + cat
dashboard-1   | + supervisorctl start cron
dashboard-1   | crond: crond (busybox 1.33.1) started, log level 8
dashboard-1   | cron: started


dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:35 +0000] "GET / HTTP/1.1" 200 2241 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/css/af051ccf3447a3f4.css HTTP/1.1" 200 25055 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/css/3570cb5ada83882d.css HTTP/1.1" 200 634 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/fd9d1056-a7f40dba7202982c.js HTTP/1.1" 200 53681 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/webpack-8fe85dc723457087.js HTTP/1.1" 200 2699 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/2117-30f661499c27b0d8.js HTTP/1.1" 200 31851 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/main-app-74805594477a2f35.js HTTP/1.1" 200 236 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/1929-ce132051f7bd74bc.js HTTP/1.1" 200 27076 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/9383-00caf822fa84c12d.js HTTP/1.1" 200 3101 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/app/page-ef78a45ac1198bdb.js HTTP/1.1" 200 780 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/9081a741-3f62e6076edcda64.js HTTP/1.1" 200 308 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/93854f56-db893758471bc0a2.js HTTP/1.1" 200 1187 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/568-0fceedcb998cca84.js HTTP/1.1" 200 59176 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/9027-c2889646229926dd.js HTTP/1.1" 200 1739 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/4926-8f55754e91333bf2.js HTTP/1.1" 200 8876 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/7080-285d95873b8f93de.js HTTP/1.1" 200 5004 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/8786-4fa35e13f7d4f4d7.js HTTP/1.1" 200 4939 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/media/7385e8d9d3c5518f-s.p.ttf HTTP/1.1" 200 804612 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/app/layout-ba3baf75d198f679.js HTTP/1.1" 200 6038 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/app/not-found-6a13b761c2664d0a.js HTTP/1.1" 200 769 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:37 +0000] "GET /_next/static/chunks/2896-39bb2bfde1506da6.js HTTP/1.1" 200 93758 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:37 +0000] "GET /_next/static/chunks/8298.a58acf224b459d92.js HTTP/1.1" 200 1630 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:37 +0000] "GET /favicon.ico HTTP/1.1" 200 2031 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967 HTTP/1.1" 200 2241 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/css/af051ccf3447a3f4.css HTTP/1.1" 200 25055 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/webpack-8fe85dc723457087.js HTTP/1.1" 200 2699 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/css/3570cb5ada83882d.css HTTP/1.1" 200 634 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/fd9d1056-a7f40dba7202982c.js HTTP/1.1" 200 53681 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/2117-30f661499c27b0d8.js HTTP/1.1" 200 31851 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/main-app-74805594477a2f35.js HTTP/1.1" 200 236 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/1929-ce132051f7bd74bc.js HTTP/1.1" 200 27076 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/9383-00caf822fa84c12d.js HTTP/1.1" 200 3101 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/app/page-ef78a45ac1198bdb.js HTTP/1.1" 200 780 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/9081a741-3f62e6076edcda64.js HTTP/1.1" 200 308 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/93854f56-db893758471bc0a2.js HTTP/1.1" 200 1187 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/568-0fceedcb998cca84.js HTTP/1.1" 200 59176 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/9027-c2889646229926dd.js HTTP/1.1" 200 1739 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/2896-39bb2bfde1506da6.js HTTP/1.1" 200 93758 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/4926-8f55754e91333bf2.js HTTP/1.1" 200 8876 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/8786-4fa35e13f7d4f4d7.js HTTP/1.1" 200 4939 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/7080-285d95873b8f93de.js HTTP/1.1" 200 5004 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/app/layout-ba3baf75d198f679.js HTTP/1.1" 200 6038 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/app/not-found-6a13b761c2664d0a.js HTTP/1.1" 200 769 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/8298.a58acf224b459d92.js HTTP/1.1" 200 1630 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/media/7385e8d9d3c5518f-s.p.ttf HTTP/1.1" 200 804612 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /index.txt?_rsc=nudun HTTP/1.1" 200 1083 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /peers.txt?_rsc=1kyi1 HTTP/1.1" 200 1344 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/7307-44508fa21e042e7a.js HTTP/1.1" 200 2416 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/7748-fa119bcae0749625.js HTTP/1.1" 200 5386 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/5452-b6ce00956d2a1c20.js HTTP/1.1" 200 3101 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/457-c37675920696c342.js HTTP/1.1" 200 9689 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/4199-a5cca77368deb403.js HTTP/1.1" 200 6058 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /index.txt?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967&_rsc=nudun HTTP/1.1" 200 1083 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/app/(dashboard)/peers/page-4cad2d4f56ab92cc.js HTTP/1.1" 200 2891 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/app/(dashboard)/peers/layout-d0988f742c28eb00.js HTTP/1.1" 200 327 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/4935-a44846a599f34eaf.js HTTP/1.1" 200 4282 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/6953-ef70d13725096d33.js HTTP/1.1" 200 2690 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/app/(dashboard)/layout-293d63d5f3fea204.js HTTP/1.1" 200 8933 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
dashboard-1   | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /favicon.ico HTTP/1.1" 200 2031 "https://my.netbird-public-url.com/peers" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-"
Originally created by @hightwoltt on GitHub (Jul 11, 2025). I have keycloack and deployed netbird self-hosted. Following the documentation: [https://docs.netbird.io/selfhosted/identity-providers#step-8-create-a-net-bird-backend-client](https://docs.netbird.io/selfhosted/identity-providers#step-8-create-a-net-bird-backend-client) [https://docs.netbird.io/selfhosted/selfhosted-guide#step-4-disable-single-account-mode-optional](https://docs.netbird.io/selfhosted/selfhosted-guide#step-4-disable-single-account-mode-optional) ___ Use that **setup.env**: ``` # Dashboard domain. e.g. app.mydomain.com NETBIRD_DOMAIN="my.netbird-public-url.com" # OIDC configuration e.g., https://example.eu.auth0.com/.well-known/openid-configuration NETBIRD_AUTH_OIDC_CONFIGURATION_ENDPOINT="https://my.keycloak-url.com/realms/netbird/.well-known/openid-configuration" NETBIRD_AUTH_AUDIENCE="netbird-client" # e.g. netbird-client NETBIRD_AUTH_CLIENT_ID="netbird-client" # indicates whether to use Auth0 or not: true or false NETBIRD_USE_AUTH0="false" NETBIRD_AUTH_DEVICE_AUTH_PROVIDER="none" # enables Interactive SSO Login feature (Oauth 2.0 Device Authorization Flow) NETBIRD_AUTH_DEVICE_AUTH_CLIENT_ID="netbird-client" NETBIRD_AUTH_SUPPORTED_SCOPES="openid profile email offline_access api" NETBIRD_MGMT_IDP="keycloak" NETBIRD_IDP_MGMT_CLIENT_ID="netbird-backend" NETBIRD_IDP_MGMT_CLIENT_SECRET="**********************" NETBIRD_IDP_MGMT_EXTRA_ADMIN_ENDPOINT="https://my.keycloak-url.com/admin/realms/netbird" # e.g. hello@mydomain.com NETBIRD_LETSENCRYPT_EMAIL="my@mail.com" ``` ___ I encountered a problem that when trying to log into netbird through a browser, I am redirected to keycloak authorization, and after passing it, I am redirected to my.netbird-public-url.com/peers which simply endlessly loads. I can’t figure out the reason, please tell me why this happens and how can I solve it? <img width="257" height="209" alt="Image" src="https://github.com/user-attachments/assets/ad694d93-f875-4399-b367-213a6e5dba7f" /> After starting the docker containers, nothing suspicious is visible in the logs, I am attaching the full log immediately after starting and logging into my.netbird-public-url.com for verification: ``` management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:523: loading OIDC configuration from the provided IDP configuration endpoint https://my.keycloak-url.com/realms/netbird/.well-known/openid-configuration relay-1 | 2025-07-11T20:59:14Z INFO relay/cmd/root.go:124: running metrics server: :9090/metrics relay-1 | 2025-07-11T20:59:14Z INFO relay/cmd/root.go:149: server will be available on: rel://my.keycloak-url.com:33080 relay-1 | 2025-07-11T20:59:14Z WARN relay/server/server.go:62: Not starting QUIC listener: valid TLS config is required for QUIC listener relay-1 | 2025-07-11T20:59:14Z INFO relay/server/listener/ws/listener.go:39: WS server listening address: :33080 signal-1 | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:194: running without TLS signal-1 | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:131: running gRPC server: [::]:80 signal-1 | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:141: running gRPC backward compatibility server: [::]:10000 signal-1 | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:144: signal server version 0.50.2 signal-1 | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:145: started Signal Service signal-1 | 2025-07-11T20:59:14Z INFO signal/cmd/run.go:103: running metrics server: :9090/metrics coturn-1 | 0: (1): INFO: System cpu num is 128 coturn-1 | 0: (1): INFO: System cpu num is 128 coturn-1 | 0: (1): INFO: System enable num is 2 coturn-1 | 0: (1): INFO: Coturn Version Coturn-4.7.0 'Gorst' coturn-1 | 0: (1): INFO: Max number of open files/sockets allowed for this process: 1073741816 coturn-1 | 0: (1): INFO: Due to the open files/sockets limitation, max supported number of TURN Sessions possible is: 536870500 (approximately) coturn-1 | 0: (1): INFO: coturn-1 | coturn-1 | ==== Show him the instruments, Practical Frost: ==== coturn-1 | coturn-1 | 0: (1): INFO: OpenSSL compile-time version: OpenSSL 3.0.16 11 Feb 2025 (0x30000100) coturn-1 | 0: (1): INFO: TLS 1.2 supported coturn-1 | 0: (1): INFO: TLS 1.3 supported coturn-1 | 0: (1): INFO: DTLS 1.2 supported coturn-1 | 0: (1): INFO: TURN/STUN ALPN supported coturn-1 | 0: (1): INFO: Third-party authorization (oAuth) supported coturn-1 | 0: (1): INFO: GCM (AEAD) supported coturn-1 | 0: (1): INFO: SQLite supported, default database location is /var/lib/coturn/turndb coturn-1 | 0: (1): INFO: Redis supported coturn-1 | 0: (1): INFO: PostgreSQL supported coturn-1 | 0: (1): INFO: MySQL supported coturn-1 | 0: (1): INFO: MongoDB supported coturn-1 | 0: (1): INFO: Default Net Engine version: 3 (UDP thread per CPU core) coturn-1 | 0: (1): INFO: Domain name: coturn-1 | 0: (1): INFO: Default realm: wiretrustee.com coturn-1 | 0: (1): WARNING: cannot find certificate file: /etc/coturn/certs/cert.pem (1) coturn-1 | 0: (1): WARNING: cannot start TLS and DTLS listeners because certificate file is not set properly coturn-1 | 0: (1): WARNING: cannot find private key file: /etc/coturn/private/privkey.pem (1) coturn-1 | 0: (1): WARNING: cannot start TLS and DTLS listeners because private key file is not set properly coturn-1 | 0: (1): INFO: Certificate file found: /etc/coturn/certs/cert.pem coturn-1 | 0: (1): INFO: Private key file found: /etc/coturn/private/privkey.pem coturn-1 | 0: (1): WARNING: NO EXPLICIT LISTENER ADDRESS(ES) ARE CONFIGURED coturn-1 | 0: (1): INFO: ===========Discovering listener addresses: ========= coturn-1 | 0: (1): INFO: Listener address to use: 127.0.0.1 coturn-1 | 0: (1): INFO: Listener address to use: 192.168.1.10 coturn-1 | 0: (1): INFO: Listener address to use: 172.17.0.1 coturn-1 | 0: (1): INFO: Listener address to use: 172.18.0.1 coturn-1 | 0: (1): INFO: Listener address to use: ::1 coturn-1 | 0: (1): INFO: ===================================================== coturn-1 | 0: (1): INFO: Total: 3 'real' addresses discovered coturn-1 | 0: (1): INFO: ===================================================== coturn-1 | 0: (1): WARNING: NO EXPLICIT RELAY ADDRESS(ES) ARE CONFIGURED coturn-1 | 0: (1): INFO: ===========Discovering relay addresses: ============= coturn-1 | 0: (1): INFO: Relay address to use: 192.168.1.10 coturn-1 | 0: (1): INFO: Relay address to use: 172.17.0.1 coturn-1 | 0: (1): INFO: Relay address to use: 172.18.0.1 coturn-1 | 0: (1): INFO: Relay address to use: ::1 coturn-1 | 0: (1): INFO: ===================================================== coturn-1 | 0: (1): INFO: Total: 4 relay addresses discovered coturn-1 | 0: (1): INFO: ===================================================== coturn-1 | 0: (1): INFO: pid file created: /var/tmp/turnserver.pid coturn-1 | 0: (1): INFO: IO method: epoll (with changelist) coturn-1 | 0: (1): INFO: RFC5780 disabled! /NAT behavior discovery/ coturn-1 | 0: (1): INFO: Wait for relay ports initialization... coturn-1 | 0: (1): INFO: relay 192.168.1.10 initialization... coturn-1 | 0: (1): INFO: relay 192.168.1.10 initialization done coturn-1 | 0: (1): INFO: relay 172.17.0.1 initialization... coturn-1 | 0: (1): INFO: relay 172.17.0.1 initialization done coturn-1 | 0: (1): INFO: relay 172.18.0.1 initialization... coturn-1 | 0: (1): INFO: relay 172.18.0.1 initialization done coturn-1 | 0: (1): INFO: relay ::1 initialization... coturn-1 | 0: (1): INFO: relay ::1 initialization done coturn-1 | 0: (1): INFO: Relay ports initialization done coturn-1 | 0: (1): INFO: Total General servers: 2 coturn-1 | 0: (10): DEBUG: turn server id=0 created coturn-1 | 0: (11): DEBUG: turn server id=1 created coturn-1 | 0: (1): INFO: Total auth threads: 3 coturn-1 | 0: (1): INFO: prometheus collector disabled, not started management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:528: loaded OIDC configuration from the provided IDP configuration endpoint: https://my.keycloak-url.com/realms/netbird/.well-known/openid-configuration management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:530: overriding HttpConfig.AuthIssuer with a new value https://my.keycloak-url.com/realms/netbird, previously configured value: https://my.keycloak-url.com/realms/netbird management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:534: overriding HttpConfig.AuthKeysLocation (JWT certs) with a new value https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/certs, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/certs management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:539: overriding DeviceAuthorizationFlow.TokenEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:542: overriding DeviceAuthorizationFlow.DeviceAuthEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth/device, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth/device management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:550: overriding DeviceAuthorizationFlow.ProviderConfig.Domain with a new value: my.keycloak-url.com, previously configured value: my.keycloak-url.com management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:560: overriding PKCEAuthorizationFlow.TokenEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/token management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:563: overriding PKCEAuthorizationFlow.AuthorizationEndpoint with a new value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth, previously configured value: https://my.keycloak-url.com/realms/netbird/protocol/openid-connect/auth management-1 | 2025-07-11T20:59:15Z INFO management/cmd/management.go:570: Relay addresses: [rel://my.keycloak-url.com:33080] management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/telemetry/app_metrics.go:193: enabled application metrics and exposing on http://0.0.0.0:9090 management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/store/store.go:262: using SQLite store engine management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/store/sql_store.go:88: Set max open db connections to 1 management-1 | 2025-07-11T20:59:15Z INFO management/server/migration/migration.go:142: No records in table peers, no migration needed management-1 | 2025-07-11T20:59:15Z INFO management/server/migration/migration.go:142: No records in table peers, no migration needed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:257: No plain setup keys found in table setup_keys, no migration needed management-1 | 2025-07-11T20:59:15Z INFO management/server/migration/migration.go:295: Migration of plain setup key to hashed setup key completed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty enabled found in table network_resources, no migration needed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty enabled to default value in table network_resources completed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty enabled found in table network_routers, no migration needed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty enabled to default value in table network_routers completed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:407: executing index creation: CREATE UNIQUE INDEX IF NOT EXISTS idx_account_ip ON peers (account_id, ip) management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:412: successfully created index idx_account_ip on table peers management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:407: executing index creation: CREATE UNIQUE INDEX IF NOT EXISTS idx_account_dnslabel ON peers (account_id, dns_label) management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:412: successfully created index idx_account_dnslabel on table peers management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/activity/store/sql_store.go:260: using sqlite as activity event store engine management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty name found in table deleted_users, no migration needed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty name to default value in table deleted_users completed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:338: No rows with empty enc_algo found in table deleted_users, no migration needed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/migration/migration.go:352: Migration of empty enc_algo to default value in table deleted_users completed management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:203: geolocation service has been initialized from /var/lib/netbird/ management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account_request_buffer.go:45: set account request buffer interval to 100ms management-1 | 2025-07-11T20:59:15Z WARN [context: SYSTEM] management/server/account.go:266: failed to parse peer update interval, using default value 1ms: strconv.Atoi: parsing "": invalid syntax management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:282: set peer update buffer interval to 1ms management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:232: single account mode disabled, accounts number 0 management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:324: running gRPC backward compatibility server: [::]:33073 management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:356: management server version 0.50.2 management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/cmd/management.go:357: running HTTP server and gRPC server on the same port: [::]:443 management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:596: 1 entries received from IdP management management-1 | 2025-07-11T20:59:15Z INFO [context: SYSTEM] management/server/account.go:627: warmed up IDP cache with 0 entries for 0 accounts dashboard-1 | NetBird latest version: dashboard-1 | + LETSENCRYPT_DOMAIN=my.keycloak-url.com dashboard-1 | + LETSENCRYPT_EMAIL=my@mail.com dashboard-1 | + NGINX_SSL_PORT=443 dashboard-1 | + '[' my.keycloak-url.com-x == none-x ']' dashboard-1 | + certbot -n --nginx --agree-tos --email my@mail.com -d my.keycloak-url.com --https-port 443 dashboard-1 | Saving debug log to /var/log/letsencrypt/letsencrypt.log dashboard-1 | Certificate not yet due for renewal dashboard-1 | Deploying certificate dashboard-1 | NetBird latest version: dashboard-1 | Successfully deployed certificate for my.keycloak-url.com to /etc/nginx/http.d/default.conf dashboard-1 | Congratulations! You have successfully enabled HTTPS on https://my.keycloak-url.com dashboard-1 | dashboard-1 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dashboard-1 | If you like Certbot, please consider supporting our work by: dashboard-1 | * Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate dashboard-1 | * Donating to EFF: https://eff.org/donate-le dashboard-1 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - dashboard-1 | + cat dashboard-1 | + supervisorctl start cron dashboard-1 | crond: crond (busybox 1.33.1) started, log level 8 dashboard-1 | cron: started dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:35 +0000] "GET / HTTP/1.1" 200 2241 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/css/af051ccf3447a3f4.css HTTP/1.1" 200 25055 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/css/3570cb5ada83882d.css HTTP/1.1" 200 634 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/fd9d1056-a7f40dba7202982c.js HTTP/1.1" 200 53681 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/webpack-8fe85dc723457087.js HTTP/1.1" 200 2699 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/2117-30f661499c27b0d8.js HTTP/1.1" 200 31851 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/main-app-74805594477a2f35.js HTTP/1.1" 200 236 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/1929-ce132051f7bd74bc.js HTTP/1.1" 200 27076 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/9383-00caf822fa84c12d.js HTTP/1.1" 200 3101 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/app/page-ef78a45ac1198bdb.js HTTP/1.1" 200 780 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/9081a741-3f62e6076edcda64.js HTTP/1.1" 200 308 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/93854f56-db893758471bc0a2.js HTTP/1.1" 200 1187 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/568-0fceedcb998cca84.js HTTP/1.1" 200 59176 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/9027-c2889646229926dd.js HTTP/1.1" 200 1739 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/4926-8f55754e91333bf2.js HTTP/1.1" 200 8876 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/7080-285d95873b8f93de.js HTTP/1.1" 200 5004 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/8786-4fa35e13f7d4f4d7.js HTTP/1.1" 200 4939 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/media/7385e8d9d3c5518f-s.p.ttf HTTP/1.1" 200 804612 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/app/layout-ba3baf75d198f679.js HTTP/1.1" 200 6038 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:36 +0000] "GET /_next/static/chunks/app/not-found-6a13b761c2664d0a.js HTTP/1.1" 200 769 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:37 +0000] "GET /_next/static/chunks/2896-39bb2bfde1506da6.js HTTP/1.1" 200 93758 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:37 +0000] "GET /_next/static/chunks/8298.a58acf224b459d92.js HTTP/1.1" 200 1630 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:37 +0000] "GET /favicon.ico HTTP/1.1" 200 2031 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967 HTTP/1.1" 200 2241 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/css/af051ccf3447a3f4.css HTTP/1.1" 200 25055 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/webpack-8fe85dc723457087.js HTTP/1.1" 200 2699 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/css/3570cb5ada83882d.css HTTP/1.1" 200 634 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/fd9d1056-a7f40dba7202982c.js HTTP/1.1" 200 53681 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/2117-30f661499c27b0d8.js HTTP/1.1" 200 31851 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/main-app-74805594477a2f35.js HTTP/1.1" 200 236 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/1929-ce132051f7bd74bc.js HTTP/1.1" 200 27076 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/9383-00caf822fa84c12d.js HTTP/1.1" 200 3101 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/app/page-ef78a45ac1198bdb.js HTTP/1.1" 200 780 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/9081a741-3f62e6076edcda64.js HTTP/1.1" 200 308 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:53 +0000] "GET /_next/static/chunks/93854f56-db893758471bc0a2.js HTTP/1.1" 200 1187 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/568-0fceedcb998cca84.js HTTP/1.1" 200 59176 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/9027-c2889646229926dd.js HTTP/1.1" 200 1739 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/2896-39bb2bfde1506da6.js HTTP/1.1" 200 93758 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/4926-8f55754e91333bf2.js HTTP/1.1" 200 8876 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/8786-4fa35e13f7d4f4d7.js HTTP/1.1" 200 4939 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/7080-285d95873b8f93de.js HTTP/1.1" 200 5004 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/app/layout-ba3baf75d198f679.js HTTP/1.1" 200 6038 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/app/not-found-6a13b761c2664d0a.js HTTP/1.1" 200 769 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:54 +0000] "GET /_next/static/chunks/8298.a58acf224b459d92.js HTTP/1.1" 200 1630 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/media/7385e8d9d3c5518f-s.p.ttf HTTP/1.1" 200 804612 "https://my.netbird-public-url.com/?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /index.txt?_rsc=nudun HTTP/1.1" 200 1083 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /peers.txt?_rsc=1kyi1 HTTP/1.1" 200 1344 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/7307-44508fa21e042e7a.js HTTP/1.1" 200 2416 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/7748-fa119bcae0749625.js HTTP/1.1" 200 5386 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/5452-b6ce00956d2a1c20.js HTTP/1.1" 200 3101 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/457-c37675920696c342.js HTTP/1.1" 200 9689 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/4199-a5cca77368deb403.js HTTP/1.1" 200 6058 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /index.txt?state=DoisDnL4puEvlrc8&session_state=c7473b8e-ae9d-4b19-b212-a2e5f274b9d2&iss=https%3A%2F%2Fmy.keycloak-url.com%2Frealms%2Fnetbird&code=4b319ffa-165c-408c-bfcb-d094d4a21383.c7473b8e-ae9d-4b19-b212-a2e5f274b9d2.e773d2ee-23d0-4345-a82f-ee44084b8967&_rsc=nudun HTTP/1.1" 200 1083 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/app/(dashboard)/peers/page-4cad2d4f56ab92cc.js HTTP/1.1" 200 2891 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/app/(dashboard)/peers/layout-d0988f742c28eb00.js HTTP/1.1" 200 327 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/4935-a44846a599f34eaf.js HTTP/1.1" 200 4282 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/6953-ef70d13725096d33.js HTTP/1.1" 200 2690 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /_next/static/chunks/app/(dashboard)/layout-293d63d5f3fea204.js HTTP/1.1" 200 8933 "https://my.netbird-public-url.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" dashboard-1 | 10.11.12.13 - - [11/Jul/2025:21:03:55 +0000] "GET /favicon.ico HTTP/1.1" 200 2031 "https://my.netbird-public-url.com/peers" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36" "-" ```
saavagebueno added the triage-needed label 2025-11-20 06:12:06 -05:00
Author
Owner

@lazynooblet commented on GitHub (Jul 12, 2025):

I think this is a known issue. I'm in mobile and don't have time to search for it. I don't think it is keycloak related.

Have you tried refreshing the page after you get the loading screen?

Also try visiting the root of the site instead of /peers

@lazynooblet commented on GitHub (Jul 12, 2025): I think this is a known issue. I'm in mobile and don't have time to search for it. I don't think it is keycloak related. Have you tried refreshing the page after you get the loading screen? Also try visiting the root of the site instead of /peers
Author
Owner

@hightwoltt commented on GitHub (Jul 12, 2025):

@lazynooblet I tried refreshing the page, going to the root of the site, but it didn't give me anything either. The problem persists unfortunately

@hightwoltt commented on GitHub (Jul 12, 2025): @lazynooblet I tried refreshing the page, going to the root of the site, but it didn't give me anything either. The problem persists unfortunately
Author
Owner

@nazarewk commented on GitHub (Jul 14, 2025):

@hightwoltt can you check/show the browser console and the network inspector logs? There might be some clues there.

@nazarewk commented on GitHub (Jul 14, 2025): @hightwoltt can you check/show the browser console and the network inspector logs? There might be some clues there.
Author
Owner

@cameronj86 commented on GitHub (Jul 18, 2025):

@hightwoltt I experienced the same issue, but w/ zitadel. After 3-4 docker installs and attempting various browsers, I disabled ufw and got it to work.... only for it to crop up a few hours later again when I closed and re-opened the page.

I believe I found the issue for me and it might work for you: The /peers route was breaking

Might be some breadcrumbs for you @nazarewk

Edit:
Follow up troubleshooting:

  1. Appears to be working w/ ufw enabled now for me
  2. I made an unrelated change to the 'reverseProxy' section of management.json to try and counter the TrustedPeers are configured to default value '0.0.0.0/0', '::/0'. This allows connection IP spoofing. message. When I did this, the issue came back. When I reverted the file to stock things work again:
$ diff management.json management.json.broken 
109c109,112
<         "TrustedPeers": null
---
>         "TrustedPeers": [
>             "redacted1/32",
>             "redacted2/32",
>         ]
112c115,116
< }
\ No newline at end of file
---
> }
> \ No newline at end of file

(Edit: There is a trailing comma for the second IP addr. Removing that and trying again, I was forced to reauth but got stuck in a loading loop again). Reverting back to the working version did the trick.

@cameronj86 commented on GitHub (Jul 18, 2025): @hightwoltt I experienced the same issue, but w/ zitadel. After 3-4 docker installs and attempting various browsers, I disabled ufw and got it to work.... only for it to crop up a few hours later again when I closed and re-opened the page. I believe I found the issue for me and it might work for you: The `/peers` route was breaking - [x] https://example.domain.com **works** - [x] https://example.domain.com/randomStringThatIsntPeers **works** - [ ] https://example.domain.com/peers **fails** Might be some breadcrumbs for you @nazarewk **Edit**: Follow up troubleshooting: 1. Appears to be working w/ ufw enabled now for me 2. I made an unrelated change to the 'reverseProxy' section of `management.json` to try and counter the `TrustedPeers are configured to default value '0.0.0.0/0', '::/0'. This allows connection IP spoofing.` message. When I did this, the issue came back. When I reverted the file to stock things work again: ```bash $ diff management.json management.json.broken 109c109,112 < "TrustedPeers": null --- > "TrustedPeers": [ > "redacted1/32", > "redacted2/32", > ] 112c115,116 < } \ No newline at end of file --- > } > \ No newline at end of file ``` (Edit: There is a trailing comma for the second IP addr. Removing that and trying again, I was forced to reauth but got stuck in a loading loop again). Reverting back to the working version did the trick.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2061