Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
prisma not saving user if metadata is null
  • Loading branch information
MR-Os1 authored Jan 3, 2022
1 parent 3d85942 commit 66ca622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Make sure you have `docker` & `docker-compose` installed on the server / system.

7. Click on the `User` model to add a new user record.

8. Fill out the fields (remembering to encrypt your password with [BCrypt](https://bcrypt-generator.com/)) and click `Save 1 Record` to create your first user.
8. Fill out the fields (remembering to encrypt your password with [BCrypt](https://bcrypt-generator.com/) and filling metadata with empty json instead of null) and click `Save 1 Record` to create your first user.

9. Open a browser to [http://localhost:3000](http://localhost:3000) and login with your just created, first user.

Expand Down

0 comments on commit 66ca622

Please sign in to comment.