Recent card not getting updated

General Discussion

Suggested Topics


  • 0 Votes
    14 Posts
    881 Views
  • 0 Votes
    3 Posts
    5k Views

    @baris thanks 😊

  • 0 Votes
    2 Posts
    734 Views

    You should create a test environment locally with v1.7.0 and test the plugins with it.

  • 1 Votes
    5 Posts
    1k Views

    @yariplus Agreed....

  • 0 Votes
    1 Posts
    785 Views

    I am attempting to update my NodeBB install (hosted on heroku) to the newest version. Initially after I upgraded I could not see the login form at all (the login page was blank except for the nav bar). After doing "$./nodebb reset settings" I can now see the login form but attempting to login results in the server crashing.

    2014-11-03T07:04:57.909Z - error: ReferenceError: Password is not defined 2014-11-03T07:04:57.910265+00:00 app[web.1]: at ReplyParser.execute (/app/node_modules/redis/lib/parser/javascript.js:211:22) 2014-11-03T07:04:57.910224+00:00 app[web.1]: at /app/src/routes/authentication.js:258:6 2014-11-03T07:04:57.910227+00:00 app[web.1]: at /app/src/database/redis/hash.js:71:4 2014-11-03T07:04:57.910255+00:00 app[web.1]: at /app/node_modules/redis/index.js:1138:13 2014-11-03T07:04:57.910225+00:00 app[web.1]: at /app/src/database/redis/hash.js:42:4 2014-11-03T07:04:57.910260+00:00 app[web.1]: at ReplyParser.<anonymous> (/app/node_modules/redis/index.js:309:14) 2014-11-03T07:04:57.910261+00:00 app[web.1]: at ReplyParser.emit (events.js:95:17) 2014-11-03T07:04:57.910263+00:00 app[web.1]: at ReplyParser.send_reply (/app/node_modules/redis/lib/parser/javascript.js:300:10) 2014-11-03T07:04:57.910257+00:00 app[web.1]: at try_callback (/app/node_modules/redis/index.js:573:9) 2014-11-03T07:04:57.910258+00:00 app[web.1]: at RedisClient.return_reply (/app/node_modules/redis/index.js:661:13)

    Any help would be greatly appreciated. Please excuse me if I posted this in the incorrect section.