I've been trying to implement i18next solution for translating my app, and I've created a [locale] folder into which I passed all of the file inside 'app' directory. I managed to get the redirect mechanism to work, so it successfuly navigates to localhost:8000/[locale]/[countryCode], however as I mentioned I get 404. attached is an image of my current directory.
You might notice there is a 'Layout' page at the same level as [lcoale]. this is just an attempt, getting a 404 with or without it.
Any idea how to fix the issue? at a certain point it worked perfectly - url was ' localhost:8000/[locale]/[countryCode]' and content was displayed, but I've done some stuff I can't remember how to roll back and now I'm stuck