Releases link under /src/branch/main returns 404 #26
Labels
No labels
bug
discussion
enhancement
help wanted
multi-source
question
roadmap
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NoopApp/noop#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
NOOP version
N/A (website / releases link)
Platform
macOS
OS version
N/A (website issue; reproduced via browser/curl)
WHOOP strap model
No strap — imported data only
Where the data is coming from
WHOOP CSV export import
What happens
The repository has releases enabled, but this URL returns a 404:
https://noop.fans/NoopApp/noop/src/branch/main/releases
I verified it from the command line on 2026-06-18 and the server responds with HTTP/2 404. This looks like a broken link/path on the self-hosted Forgejo site rather than an app/strap problem.
What you expected instead
The releases link should open the repository releases page, likely:
https://noop.fans/NoopApp/noop/releases
Alternatively, any in-repo link that currently points to /src/branch/main/releases should be updated to the correct releases URL.
Steps to reproduce
Strap log
Before you submit
Fixed in v4.6.2 — the Releases links in the README and docs were relative paths that resolved to a
/src/branch/main/...URL on the new home and 404'd. They now point straight at the downloads page: https://noop.fans/NoopApp/noop/releasesThanks for the precise report, @exzanimo. Closing.