404 error after login on 5.0
Created by: wdamien
This happened right after my update to 5.0, every time I login any authenticated page goes to 404. Details below: (There is a google group discussion at https://groups.google.com/forum/?fromgroups=#!topic/gitlabhq/xACR1HeQ5Vk)
My install details: Ubuntu 10.04.4 LTS nginx/1.2.7 ruby 1.9.3p392 (2013-02-22 revision 39386) [i686-linux]
The errors in production.log that I see are:
Started GET "/" for 127.0.0.1 at 2013-03-24 07:26:22 -0600 Processing by DashboardController#show as HTML Rendered events/_event_last_push.html.haml (0.1ms) Rendered dashboard/_activities.html.haml (2.7ms) Rendered dashboard/_projects.html.haml (32.2ms) Rendered dashboard/_groups.html.haml (0.4ms) Rendered dashboard/_teams.html.haml (1.4ms) Rendered dashboard/_sidebar.html.haml (35.1ms) Rendered dashboard/show.html.haml within layouts/application (38.2ms) Rendered layouts/_head.html.haml (1.3ms) Rendered layouts/_search.html.haml (18.1ms) Rendered layouts/_head_panel.html.haml (23.5ms) Completed 500 Internal Server Error in 115ms
and
ActionController::RoutingError (No route matches {:controller=>"users", :action=>"show", :username=>#<User id: 2, ....
app/views/layouts/_head_panel.html.haml:31:in _app_views_layouts__head_panel_html_haml__248004364_111569880' app/views/layouts/application.html.haml:5:in
_app_views_layouts_application_html_haml___249618880_89302390'
app/controllers/dashboard_controller.rb:20:in `show'