sozialhelden / wheelmap-classic

:wheelchair: Legacy "classic" wheelmap.org (deprecated)
http://www.wheelmap.org
GNU Affero General Public License v3.0
47 stars 16 forks source link

Switching between locale in ActiveAdmin does not work #256

Open schultyy opened 8 years ago

schultyy commented 8 years ago

I visit http://192.168.33.10:3000/admin/login and get the page in german. When I visit http://192.168.33.10:3000/admin/login?locale=en the page gets shown with English text as expected. When I try to switch back to German via http://192.168.33.10:3000/admin/login?locale=de the browser fails to load with:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

    This problem can sometimes be caused by disabling or refusing to accept cookies.
schultyy commented 8 years ago

We need to identify if this is a problem within wheelmap itself or if this is ActiveAdmin related.