If a HTTP request for root path with a query string (e.g. /?mobile=1) is received, an ActionView::Template::Error exception is raised and an error message is shown to the user. The expected behavior would be to redirect to main page possibly preserving the query string.
If a HTTP request for root path with a query string (e.g.
/?mobile=1
) is received, an ActionView::Template::Error exception is raised and an error message is shown to the user. The expected behavior would be to redirect to main page possibly preserving the query string.