This commit is contained in:
Vikhyath Mondreti
2025-06-27 19:14:50 -07:00
parent 754d768070
commit f5f65fd8d1

View File

@@ -199,7 +199,9 @@ export function SocketProvider({ children, user }: SocketProviderProps) {
error.message?.includes('Authentication failed') ||
error.message?.includes('Authentication required')
) {
logger.warn('Authentication failed - this could indicate session expiry or token generation issues')
logger.warn(
'Authentication failed - this could indicate session expiry or token generation issues'
)
// The fresh token generation on each attempt should handle most cases automatically
// If this persists, user may need to refresh page or re-login
}