From bc105e9c4ac9e9cf014d53a743008a6ff5603d52 Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:39:37 +0200 Subject: [PATCH] fix(files,files_sharing): swallow redirected navigation errors Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- apps/files/src/router/router.ts | 7 ++++--- apps/files_sharing/src/router/index.ts | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/files/src/router/router.ts b/apps/files/src/router/router.ts index 69cc3d6efb8..94becd07538 100644 --- a/apps/files/src/router/router.ts +++ b/apps/files/src/router/router.ts @@ -38,13 +38,14 @@ Router.prototype.replace = (function(this: Router, ...args: Parameters