SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.19k stars 405 forks source link

Many of the content editing features on seem to be broken (route problems) #278

Closed elmo closed 7 years ago

elmo commented 7 years ago

Started GET "/blog/admin/photos/trix_select//70270274797780_content_editor" for ::1 at 2017-07-14 09:52:32 -0700

ActionController::RoutingError (No route matches [GET] "/blog/admin/photos/trix_select/70270274797780_content_editor"):

actionpack (5.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:53:in `call'

Bramjetten commented 7 years ago

Are you using the master branch?

elmo commented 7 years ago

Yes, I believe so:

gem 'spina', github: 'denkGroot/Spina', branch: 'master'

Bramjetten commented 7 years ago

I believe it has to do with Spina not being mounted at "/". Is that true?