Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/b7c5a6e866257ce709e81d144082cc95 to your computer and use it in GitHub Desktop.
Save nanusdad/b7c5a6e866257ce709e81d144082cc95 to your computer and use it in GitHub Desktop.
Error message in Chrome developer console when logging into LearningLocker

LRS error

Error message in Chrome developer console when logging into LearningLocker

Unable to connect to "/api/auth/jwt/password”

  • Check mongo as root
sudo su -
service mongod status
  • if not running start mongo
service mongod start
  • check status of mongo
service mongod status
  • exit out of root
exit
  • login as learninglocker ID and restart LRS services
sudo su learninglocker
pm2 restart all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment