wagtail / guide

A website to teach Wagtail CMS to content editors, moderators and administrators.
https://guide.wagtail.org
BSD 3-Clause "New" or "Revised" License
32 stars 26 forks source link

Invalid redirect for Wagtail Admin when browser language is not English #262

Closed rluechinger closed 1 year ago

rluechinger commented 2 years ago

Steps to reproduce

  1. Set your browser language to German
  2. Open https://guide.wagtail.org/admin

Expected result Login view for Wagtail Admin is shown

Actual Result Request is redirected to https://guide.wagtail.org/de-latest/admin/ which results in a 404

Workaround: Set browser language to English to acccess the admin

saevarom commented 2 years ago

Looks like this is a side effect of the locale handling middle ValidateLocaleMiddleware