We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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()
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Thanks! That worked.
Unfortunatly, this does not work for me :(
Nevermind, it does work ;-)
localhost:3000/api/v1/user/demo
It's work :)
No branches or pull requests
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:
Users:
The text was updated successfully, but these errors were encountered: