You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a page from a WF instance without any language selection, the site redirects to the /en page regardless of the default page. The only prerequisite is having a site with two languages, one English.
To Reproduce
Steps to reproduce the behavior:
Create a Website Factory instance with English and another language
Set the default language to the other language
Open the site without having a language code in the URL
The site redirects to the /en version of that page
Expected behavior
The site should redirect to the default language code of the site.
Screenshots
Screen.Recording.2024-03-05.at.16.02.50.mov
Additional context
This issue also appears in development when starting the instance with the ./vendor/bin/sail npm run dev command.
http://localhost:8080/ ends up as http://localhost:8080/en/en/en after a long wait time and then goes to 404.
The text was updated successfully, but these errors were encountered:
Describe the bug
When opening a page from a WF instance without any language selection, the site redirects to the
/en
page regardless of the default page. The only prerequisite is having a site with two languages, one English.To Reproduce
Steps to reproduce the behavior:
/en
version of that pageExpected behavior
The site should redirect to the default language code of the site.
Screenshots
Screen.Recording.2024-03-05.at.16.02.50.mov
Additional context
This issue also appears in development when starting the instance with the
./vendor/bin/sail npm run dev
command.The text was updated successfully, but these errors were encountered: