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
Just updated to 1.0.0 and I get the following error when browsing to my user detail page:
Started GET "/users/3" for <IP> at 2015-01-26 08:50:09 +0100
Processing by UsersController#show as HTML
Parameters: {"id"=>"3"}
Current user: <username> (id=3)
Rendered plugins/redmine_git_hosting/app/views/users/show.api.rsb within layouts/base (2.0ms)
Completed 500 Internal Server Error in 135.3ms
ActionView::Template::Error (No builder for format ):
1: api.user do
2: api.id @user.id
3: api.login @user.login if User.current.admin? || (User.current == @user)
4: api.firstname @user.firstname
lib/redmine/views/builders.rb:28:in `for'
app/controllers/users_controller.rb:76:in `block (2 levels) in show'
app/controllers/users_controller.rb:75:in `show'
It seems it tries to do the API rendering on normal html requests.
The text was updated successfully, but these errors were encountered:
Just updated to 1.0.0 and I get the following error when browsing to my user detail page:
It seems it tries to do the API rendering on normal html requests.
The text was updated successfully, but these errors were encountered: