Skip to content
New issue

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

No users after installation. #8

Open
Semetra22 opened this issue Feb 13, 2020 · 4 comments
Open

No users after installation. #8

Semetra22 opened this issue Feb 13, 2020 · 4 comments

Comments

@Semetra22
Copy link

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()

@Brandutchmen
Copy link

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!

@Semetra22
Copy link
Author

Thanks! That worked.

@jhjacobs81
Copy link

jhjacobs81 commented Aug 23, 2020

Unfortunatly, this does not work for me :(

Nevermind, it does work ;-)

@leductai
Copy link

localhost:3000/api/v1/user/demo

It's work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants