Post URLs no longer 404 from the admin /en prefix
ShippedLinnea Halvorsen
Clicking on a post from the admin no longer 404s. The admin app was generating outbound URLs with a locale-prefixed path (/en/<project>/<board>/<post>) on the assumption that the feedback portal used a prefix strategy. The portal actually uses no_prefix — the EN routes live without a locale segment in the URL.
The result was every "open post" link from the admin landing on a 404. The fix removes the /en/ prefix when building post URLs from the admin so the link resolves to the canonical portal route. Outbound links are now stable across all four projects.
If you have any bookmark or notification still pointing at an /en/ URL, hit it once after the deploy — the feedback portal does not rewrite those, so the bookmark has to be updated by the consumer.
May 20, 2026
Activity feed
Mateo SanchezThe mismatch between admin (assumed prefix strategy) and portal (no_prefix) is the kind of bug that hides in plain sight for ages. A locale-aware test on the outbound URL builder would catch the next regression.
May 20, 2026
•Replay
Charlotte HayesHit this exact 404 yesterday clicking a post from the admin. Glad it landed fast.
May 20, 2026
•Replay