AOSSIE-Org / AOSSIE-Org/OrgExplorer

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

Ouverte Adaptée aux débutants
#106 10 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
JavaScript
Étoiles
34
Forks
92
Merge moyen
8 j 7 h
PR mergées (30 j)
12

Description

### 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

Guide de contribution

Ouvrir le guide de contribution

Piste de recherche

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.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
javascript
Domaine
frontend
Type d'issue
Bug
Difficulté
2/5
Temps estimé
1-3 heures
Activité
Active
Clarté
Plutôt claire
Accessibilité débutants
72/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.