This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Adding users/passwords to the Postgres #5
Comments
I'll take a look soon, sorry I've been busy |
Yeah, no rush, just wanted to have it documented. I'm working on making a full project roadmap |
I think I found the issue: cd server
cargo install diesel_cli --no-default-features --features postgres
diesel setup
diesel migration run Then it should work. I think the issue was that the database wasn't set up correctly, I missed putting that step in the instructions. |
You're not using the username and password you registered with. That's why. It's working as intended. |
Calling register again will return invalid because the user already exists. |
And you're stuck because it doesn't do anything after login, you need to implement that |
ok idk why thats happening now |
if you cant figure this out just write it in js idk its ur project |
sorry |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The method used in the example script provided doesn't work ._.
The text was updated successfully, but these errors were encountered: