You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A user with no internal squads gets an EMPTY, non-working subscription
49
+
// (no inbounds). This is almost always a misconfiguration — warn loudly
50
+
// per provision, not just once at boot, so it surfaces in operations.
51
+
a.logger.WarnContext(ctx, "remnawave: provisioning VPN user with NO internal squads — subscription will not work; set REMNAWAVE_DEFAULT_INTERNAL_SQUADS or supply squads per request",
Copy file name to clipboardExpand all lines: internal/app/wiring_multisub.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ var multisubWiring = fx.Options(
56
56
logger.Warn("remnawave: no default internal squads configured; new VPN users will be provisioned without squads (empty/non-working subscriptions) unless a per-request override is supplied",
0 commit comments