Skip to content

[Bug]: AI Tools pages redirect to broken detail pages (routing/content issue) #1241

@charanp2006

Description

@charanp2006

What happened?

Hi,

I found a consistent issue across the platform related to AI tools pages.

Example page:
https://www.devdisplay.org/AIToolsHub

Issue:

  • The AI tools are displayed as cards correctly.

  • However, when clicking on any tool card:

    • It redirects to a new page

    • That page is broken / not loading properly / missing content

    • Dynamic routing OR

    • Tool detail page generation OR

    • Missing data source

Expected behavior:

  • Clicking a tool card should open a fully functional detail page
    OR
  • Redirect to the official external tool website

Actual behavior:

  • Redirect leads to a broken or unusable page

Possible causes:

  • Incorrect route mapping
  • Missing dynamic data (tool details not populated)
  • Broken slug/id mapping for tools

Suggestions:

  • Validate all tool detail routes
  • Add fallback handling (redirect to official site if detail page fails)
  • Remove or disable broken links temporarily
  • Add error handling for missing tool data

This issue impacts usability significantly since users cannot access any tool details.

Happy to help debug further if needed 🙂

Add screenshots

No response

What browsers are you seeing the problem on?

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions