AOSSIE-Org / AOSSIE-Org/OrgExplorer

[BUG]: Footer "Terms of Service" and "Privacy Policy" links redirect to home page

オープン 初心者向け
#106 コメント 10 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
JavaScript
スター
34
フォーク
92
平均マージ
8日 7時間
マージ済み PR(30日)
12

説明

### Bug Description

The footer includes links to /terms (Terms of Service) and /privacy
(Privacy Policy). Neither route is registered in the router, so navigating
to either one silently falls through to the catch-all route and redirects
to the home page, instead of showing an error or the actual page.

### Steps to Reproduce

1. Go to https://orgexplorer.aossie.org/ (or run locally)
2. Scroll to the footer
3. Click "Terms of Service" or "Privacy Policy"
4. Observe that you're redirected to the home page instead of seeing the
expected content

### Logs and Screenshots

Confirmed in Footer.jsx — the footerLinks array points to /terms and
/privacy, but no matching route exists in the router config; these paths
fall through to the catch-all route.

Image

### Environment Details

- OS: Windows 11
- Browser: Chrome 120
- Node.js: v24.13.0

### Impact

Low - Minor inconvenience

### Code of Conduct

- [x] I have joined the [Discord server](https://discord.gg/hjUhu33uAn) and will post updates there
- [x] I have searched existing issues to avoid duplicates

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Open Footer.jsx and the router configuration to verify how /terms and /privacy are declared and how the catch-all handles them. Confirm the intended Terms of Service and Privacy Policy destinations or content, then verify both footer links render those pages rather than redirecting to home.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
javascript
領域
frontend
issue の種類
バグ
難易度
2/5
見積もり時間
1〜3時間
活発さ
活発
明瞭さ
おおむね明確
初心者へのやさしさ
72/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。