13fe0f561245536be6ce440d5d62316150cc9f19 is the first bad commit
commit 13fe0f561245536be6ce440d5d62316150cc9f19
Author: Côme Chilliet <come.chilliet@nextcloud.com>
Date: Tue Mar 11 11:31:59 2025 +0100
fix: Clean up typing and remove deprecated calls in template functions
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
lib/private/Template/functions.php | 62 +++++++++++++++++++++-----------------
1 file changed, 35 insertions(+), 27 deletions(-)
Is the problem.
Same issue also happens when opening the server info app (and maybe other apps as well).
Bug description
13fe0f5
Issue comes from here for login flow v1:
server/core/templates/loginflow/grant.php
Line 37 in abdb432
So the new type annotation at
server/lib/private/Template/functions.php
Line 16 in 13fe0f5
Is the problem.
Same issue also happens when opening the server info app (and maybe other apps as well).
CC @come-nc