From 66ca622a929f7bd87544659a028eab313ea87cbb Mon Sep 17 00:00:00 2001 From: Mohammad Reza Ostadi Date: Mon, 3 Jan 2022 12:10:23 +0330 Subject: [PATCH] Update README.md prisma not saving user if metadata is null --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f052e29..b48735c 100644 --- a/README.md +++ b/README.md @@ -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.