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 摘要。