Update CHANGELOG.md

This commit is contained in:
Alexandre
2026-05-20 10:42:37 +02:00
committed by GitHub
parent 50833e5f2f
commit 50796bca5b

View File

@@ -1,4 +1,4 @@
## 2.63.4-2 (2026-05-20)
## 2.63.4-3 (2026-05-20)
- Fix: add nginx redirect from root `/` to `/files/` to prevent Vue Router crash on startup
- Vue Router 4's `/:catchAll(.*)*` redirect throws `TypeError: e.params.catchAll is not iterable` when `catchAll` is `undefined` (navigating to root `/`)
- The redirect ensures the app always loads at `/files/` so the broken catch-all redirect code is never invoked