Documentation on aaru.app has broken navigation #1

Open
opened 2026-01-30 21:21:32 +00:00 by claunia · 0 comments
Owner

Originally created by @VorpalBlade on GitHub (Jun 23, 2022).

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
Originally created by @VorpalBlade on GitHub (Jun 23, 2022). 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 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru.Documentation#1