From bcb5e391f04d3b0233a6fca1b55a7cadaecd35ed Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 24 Sep 2025 20:43:31 +0200 Subject: [PATCH] Downgrade PREVIEW version Latest "subpath" support is broken. Opening anything but the root path gives a blank page. In the console a "Failed to load module script" error is shown. This is caused because any path after the root is considered to be part of the root. Thus, invalid urls are used for all requests. Example: Root: "localhost:4567/manga" Open page on "localhsot:4567/manga/44" will lead to this url being used as the root. --- versionToServerVersionMapping.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/versionToServerVersionMapping.json b/versionToServerVersionMapping.json index aca7a2b0..1420f395 100644 --- a/versionToServerVersionMapping.json +++ b/versionToServerVersionMapping.json @@ -1,6 +1,7 @@ [ { - "uiVersion": "PREVIEW", + "tag": "PREVIEW", + "uiVersion": "r2817", "serverVersion": "r1910" }, {