Content
You are here:
[RESOLVED] RoutingError GET /javascripts/js.cookie-1.5.1.min.js
Added by Sascha Rüger over 6 years ago
Hi
I’m trying to set up SSO with openid-connect, but rails always throws me an error:
... FATAL -- : ActionController::RoutingError (No route matches [GET] "/javascripts/js.cookie-1.5.1.min.js") ...
I can’t find anything like js.cookie.x.x.x neither in routes.rb nor the app/assets/javascripts folder or anywehre else in the openproject code tree..
I’ve also searched the 4 github-repos included in the Gemfile.plugins needed for openid-connect.
Does anyone have an idea where this js.cookie thing comes from or where and how to set the missing route in routes.rb?
Replies (1)
ok, resolved!
I missed to put the lobby-boy repo into my Gemfile.plugins
shame on me ;-)