I am on version 1.3.0.beta4 and get this JS error on /admin/plugins (logged in as admin). Server logs show “200 OK” although the URL seems incorrect:
Started GET "/admin//plugins?_=1427438873295" for 122.166.214.142 at 2015-03-27 06:49:46 +0000
Processing by Admin::PluginsController#index as JSON
Parameters: {"_"=>"1427438873295"}
Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
Notice the double slash in “/admin//plugins”. Could this be the cause?