Closed cclaq closed 5 years ago
It's a bug in 0.2.6 version with trailing slash in url. You need to roll back to 0.2.5 or wait until fix for current version will be introduced :)
Thanks ! it was indeed the trailing slash in my link I had <Link to="/international">...</Link>
once I switched to <Link to="/international/">...</Link>
it worked.
Description
Hello, I have used the plug in properly I believe (similar to the example given) however when I switch language I get redirected to the main page. For example if I am at
localhost:8000/en/page-2
and I switch language tofr
I got redirected tolocalhost:8000/fr/
instead oflocalhost:8000/fr/page-2
These are the most important files
CSS
For the css I am using
Bootstrap
Live
You can see the project live here
I hope you can help, thanks!