Tested this in both Firefox 101.0.1 on Arch Linux (x86-64) and Chromium 103.0.5060.53 (on same computer).
Links in the sidebar on aaru.app are broken when navigating the second time. First time around the page loads properly (e.g. https://aaru.app/#/device/info, but if you continue clicking pages in the side bar you will get a 404). Reloading the page temporarily fixes this and makes navigation work again.
It seems that the part after # is not properly handled. For example, when first loaded the it may be #/device/info, but later on it will be #/image/device/info causing a 404.
The developer console in the browser show messages such as:
Failed to load resource: the server responded with a status of 404 (Not Found) /image/_sidebar.md:1
Failed to load resource: the server responded with a status of 404 (Not Found) /image/image/decode.md:1
Tested this in both Firefox 101.0.1 on Arch Linux (x86-64) and Chromium 103.0.5060.53 (on same computer).
Links in the sidebar on aaru.app are broken when navigating the second time. First time around the page loads properly (e.g. https://aaru.app/#/device/info, but if you continue clicking pages in the side bar you will get a 404). Reloading the page temporarily fixes this and makes navigation work again.
It seems that the part after # is not properly handled. For example, when first loaded the it may be
#/device/info, but later on it will be#/image/device/infocausing a 404.The developer console in the browser show messages such as: