I am currently working with a folder structure that includes an optional catch-all feature. The issue I am facing is that the page does not change when the URL is altered to include ""/"" or ""/about-us"". It consistently remains on the home page. While the localization aspect functions correctly, it always defaults to the home page.
While I understand why this is happening, I would like the locale portion of the URL to be optional. For example, I would like it to accept URLs in the format of /en/page
or simply /page
. My default locale logic is operational and functioning properly.