AOSSIE-Org / AOSSIE-Org/OrgExplorer

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

未關閉 適合新手
#106 10 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
bug
主要語言
JavaScript
星號
34
分支
92
平均合併
8 天 7 小時
30 天內合併 PR
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 摘要。