Error 500 on initial page load
Created by: salmankhann
Hello,
I'm running GitLab on Ubuntu using the Latest Virtual Box Image provided by Gitlab. When I run Gitlab, it redirects me to /users/sign_in with an error 500. Here's my production.log describing the error. How can I fix this? I've spent the entire morning on this with no luck :(
Processing by DashboardController#show as HTML Completed 401 Unauthorized in 39ms Started GET "/users/sign_in" for 127.0.0.1 at 2014-03-28 02:39:27 -0700 Processing by Devise::SessionsController#new as HTML Rendered devise/sessions/_new_base.html.haml (33.4ms) Rendered devise/sessions/_oauth_providers.html.haml (1.4ms) Rendered devise/sessions/new.html.haml within layouts/devise (68.4ms) Rendered layouts/_head.html.haml (31.8ms) Completed 500 Internal Server Error in 247ms
ActionView::Template::Error (end of file reached):
4: = "#{title} | " if defined?(title)
5: GitLab
6: = favicon_link_tag 'favicon.ico'
7: = stylesheet_link_tag "application"
8: = javascript_include_tag "application"
9: = csrf_meta_tags
10: = include_gon
app/views/layouts/_head.html.haml:7:in _app_views_layouts__head_html_haml__831640906881526315_70249314133200' app/views/layouts/devise.html.haml:3:in
_app_views_layouts_devise_html_haml__3500588108844333930_70249313467720'
app/controllers/application_controller.rb:58:in `set_current_user_for_thread'