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
Perhaps this is a configuration issue, however the VTN runs, and the it seems like it times out. Subsequent requests are responded with 'Something went wrong' and errors like this in production.log
Started GET "/" for 162.223.103.74 at 2017-05-10 22:27:23 +0000
Processing by SessionsController#new as HTML
Redirected to http://54.186.78.131:8080/events
Completed 302 Found in 30ms (ActiveRecord: 1.0ms)
Started GET "/events" for 162.223.103.74 at 2017-05-10 22:27:23 +0000
Processing by EventsController#index as HTML
Rendered application/_subnav_item.html.erb (8.0ms)
Rendered application/_subnav_item.html.erb (1.0ms)
Rendered events/_search.html.erb (120.0ms)
Rendered events/_modal_event_interface_picker.html.erb (16.0ms)
Rendered events/index.html.erb within layouts/application (326.0ms)
Rendered application/_header.html.erb (25.0ms)
Rendered application/_navigation_menu_item.html.erb (38.0ms)
Rendered application/_navigation.html.erb (45.0ms)
Completed 500 Internal Server Error in 513ms
ActionView::Template::Error (super: no superclass method `append='):
1: <li>
2: <%= link_to path, { class: classes } do %>
3: <%= image_tag(icon_src) %>
4: <div><%= text %></div>
5: <% end %>
6: </li>
app/views/application/_navigation_menu_item.html.erb:3:in `_app_views_application__navigation_menu_item_html_erb___1659422908_26596'
app/views/application/_navigation_menu_item.html.erb:2:in `_app_views_application__navigation_menu_item_html_erb___1659422908_26596'
app/helpers/navigation_helper.rb:200:in `generate_menu_item'
app/views/application/_navigation.html.erb:9:in `_app_views_application__navigation_html_erb___1161424897_26582'
app/views/layouts/application.html.erb:24:in `_app_views_layouts_application_html_erb__1418984503_26530'
Problem reproducible on ubuntu 16.04, postgres, Java8
The text was updated successfully, but these errors were encountered:
I too have this issue it appears to be something wrong with the loading of the navigation bar. From my own testing wrapping the link_to in app/views/application/_naviagation_menu_item.html.erb with a begin rescue NoMethodException and doing nothing with the exception keeps the app running. The downside is when the exception does raise the navigation bar does not load however typing links in the address bar appears to work. I will do some more testing.
Perhaps this is a configuration issue, however the VTN runs, and the it seems like it times out. Subsequent requests are responded with 'Something went wrong' and errors like this in production.log
Problem reproducible on ubuntu 16.04, postgres, Java8
The text was updated successfully, but these errors were encountered: