Files
BanGUI/frontend
Lukas 2e5ac092bf fix(auth): suppress misleading 502 warning during session validation
A 502 Bad Gateway is a server/gateway error, not a network error.
Logging it as a 'Session validation network error' is noisy and
misleading during startup when nginx is temporarily unreachable.

Silently skip the console.warn for 5xx errors in handleValidationError
while keeping the warning for actual network errors.
2026-05-22 20:47:57 +02:00
..
2026-05-10 08:48:42 +02:00
2026-05-05 18:47:56 +02:00
2026-05-22 20:38:33 +02:00