Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. [RESOLVED] RoutingError GET /javascripts/js.cookie-1.5.1.min.js

[RESOLVED] RoutingError GET /javascripts/js.cookie-1.5.1.min.js

Added by Sascha Rüger almost 7 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)

RE: RoutingError GET /javascripts/js.cookie-1.5.1.min.js - Added by Sascha Rüger almost 7 years ago

ok, resolved!
I missed to put the lobby-boy repo into my Gemfile.plugins

    gem 'lobby_boy', :git => 'git@github.com:finnlabs/lobby_boy.git', :branch => 'dev'

shame on me ;-)

  • (1 - 1/1)
Loading...