digital-signage icon indicating copy to clipboard operation
digital-signage copied to clipboard

No users after installation.

Open Semetra22 opened this issue 5 years ago • 3 comments

The installation worked fine, but no entry is created in the Mongo DB collection "users".

This leads to the message: "Username or password not recognized." , when logging in.

Display:

db.displays.find().pretty() { "_id" : ObjectId("5e455a9fb3b5693d0a7acf68"), "layout" : "spaced", "statusBar" : [ "date_B7zAMsXM", "spacer_Qi2jCCJPP", "connection_B1L9DeWWf", "time_Rf4HMIjsj" ], "widgets" : [ ], "name" : "Display #1", "__v" : 0 }

Users:

db.users.find().pretty()

Semetra22 avatar Feb 13 '20 14:02 Semetra22

I had this issue recently, go to /api/v1/users/demo (localhost:3000/api/v1/user/demo) it should create a user in your mongodb.

Let me know if that helps!

Brandutchmen avatar Feb 14 '20 02:02 Brandutchmen

Thanks! That worked.

Semetra22 avatar Feb 18 '20 06:02 Semetra22

Unfortunatly, this does not work for me :(

Nevermind, it does work ;-)

jhjacobs81 avatar Aug 23 '20 20:08 jhjacobs81