Skip to content

[Bug]: Fix: Incorrect feedback page URL in navigation header and footer #4559

Description

@jikrana1

Bug Description

Clicking "Feedback" in the navbar redirects to /feedback.html instead of /pages/feedback.html, resulting in a 404 "Cannot GET" error. The pages/ prefix is missing in the href in components/header.html and components/footer.html.

Steps to Reproduce

  1. Go to OpenPlayground site on localhost
  2. Click "Feedback" link in the navbar or footer
  3. Browser redirects to /OpenPlayground/feedback.html
  4. See error: Cannot GET /OpenPlayground/feedback.html

Expected Behavior

Clicking "Feedback" should navigate to /pages/feedback.html without any error.

Screenshots

Image

Browser

Chrome

Device

Desktop

Metadata

Metadata

Assignees

Labels

ECWoC26bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions