New request
#19971: [Docs]: Switching to any language redirects to a 404 page
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
sonarly:medium
When attempting to switch to any language other than English, the application consistently redirects to a 404 (Page Not Found) error page instead of loading the selected language.
<img width="1469" height="882" alt="Image" src="https://github.com/user-attachments/assets/68e3bd37-6c82-4a0f-9839-605fdbab3528" />Assessmentadvisory
docs● easy90% confidence
Language switching in the docs site routes to non-existent pages, indicating a localized i18n routing or base-url configuration issue in the documentation site's config.
Likely files
- packages/twenty-docs/docusaurus.config.ts
- packages/twenty-docs/src/components/LanguageSwitcher.tsx
- packages/twenty-docs/i18n/en/code.json
Create the request