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
On master under Apache 2.2.4 and mod_wsgi with CKAN mounted at /data (WSGIScriptAlias /data ... and ckan.root_path = /data) on submitting the login form user is redirected to /user/logged_in (i.e., without the root_path) and Apache returns a 404.
On master under Apache 2.2.4 and mod_wsgi with CKAN mounted at /data (
WSGIScriptAlias /data ...andckan.root_path = /data) on submitting the login form user is redirected to/user/logged_in(i.e., without the root_path) and Apache returns a 404.