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
We have a sub uri deployment, and the path in the form_tag in index.html.erb tries to go to SERVER/latest-issues/change rather than SERVER/SUBURI/latest-issues-change
Fixed by changing line 2 to: <%= form_tag("latest-issues/change") do %>
We have a sub uri deployment, and the path in the form_tag in index.html.erb tries to go to SERVER/latest-issues/change rather than SERVER/SUBURI/latest-issues-change
Fixed by changing line 2 to: <%= form_tag("latest-issues/change") do %>