digital-signage
digital-signage copied to clipboard
No users after installation.
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()
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!
Thanks! That worked.
Unfortunatly, this does not work for me :(
Nevermind, it does work ;-)