Localization example - broken routing for /en/contact pages #10320
petrhromadka
started this conversation in
Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: Routes not working correctly for localized URLs (/en/pricing, /en/contact)
When using the official template
npx create-payload-app --example localization
, I'm experiencing issues with routing for localized URLs. Specifically, the following routes are not working properly:Steps to reproduce:
npx create-payload-app --example localization
Expected behavior:
Current behavior:
Could you please advise on how to properly set up routing for localized URLs in this template? Or share an example of a working implementation?
Beta Was this translation helpful? Give feedback.
All reactions