CivicDataLab / CivicDataLab/ParakhAI-frontend
[Bug] Org card links use /en/ locale prefix; sidebar links use non-prefixed URLs — routing inconsistency
Open
@UdayRajSahai2 is already working on this.
Since Jun 22, 2026.
bug
frontend
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- Avg merge
- 9h 18m
- Merged PRs (30d)
- 4
Description
Summary
Organisation cards on the AI Maker select page link to /en/dashboard/ai-maker/{id} while the sidebar links use /dashboard/ai-maker/1 (no locale prefix). This inconsistency causes locale context to be lost when navigating via the sidebar.
Fix
Standardise all internal links to use the locale-prefixed format via useRouter / <Link href={...}> with the active locale, or configure Next.js locale routing to handle both forms transparently.
Report ref: UX-007 · Severity: MEDIUM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.