if i use e.message i get this.. and its not very p...
# orm-help
d
if i use e.message i get this.. and its not very pleasable..
Copy code
Invalid `this.prisma.user.create()` invocation in
/root/Code/watergems-cloud/api/src/auth/auth.service.ts:51:43

  48 
  49 try {
  50   // ! SignUp can do only users
→ 51   const user = await this.prisma.user.create(
  Unique constraint failed on the fields: (`email`)