Giter Club home page Giter Club logo

Comments (7)

matejkramny avatar matejkramny commented on May 22, 2024

From past experience, this seems like a sessions issue. Either sessions aren't being persisted or the sessions middleware is updated and doesn't work as expected..

For some reason we don't have a lockdown on dependency versions yet so it might have happened that you installed a too-new version of the session middleware.

from semaphore.

matejkramny avatar matejkramny commented on May 22, 2024

Try the following:

  1. Copy this file to npm-shrinkwrap.json
  2. Delete node_modules folder
  3. npm install again
  4. report back

from semaphore.

anti43 avatar anti43 commented on May 22, 2024

Hello,

After replacing the file it says "Login successful" briefly, then redirect to login page.

from semaphore.

matejkramny avatar matejkramny commented on May 22, 2024

Hmm but you need to re-install all node dependencies. The file tells npm which version to install.

Are you running redis?

from semaphore.

anti43 avatar anti43 commented on May 22, 2024

No redis. I think i did the npm install after deleting node_modules before, but however now i get

npm WARN unmet dependency /home/andreas/semaphore/node_modules/bower/node_modules/inquirer requires chalk@'^0.5.0' but will load
npm WARN unmet dependency /home/andreas/semaphore/node_modules/bower/node_modules/chalk,
npm WARN unmet dependency which is version 1.1.1
npm WARN unmet dependency /home/andreas/semaphore/node_modules/bower/node_modules/handlebars/node_modules/uglify-js requires async@'~0.2.6' but will load
npm WARN unmet dependency /home/andreas/semaphore/node_modules/async,
npm WARN unmet dependency which is version 1.4.2

so probably i need to reinstall all ..

from semaphore.

matejkramny avatar matejkramny commented on May 22, 2024

Hmm you need to have redis. It might be failing quietly.

All sessions are stored in redis.

from semaphore.

anti43 avatar anti43 commented on May 22, 2024

thank you., that was it!

2015-12-07 12:15 GMT+01:00 Matej Kramny [email protected]:

Hmm you need to have redis. It might be failing quietly.

All sessions are stored in redis.


Reply to this email directly or view it on GitHub
#52 (comment)
.

from semaphore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.