Error After Registration
The generated application is running locally and after the first registration, there is an error page that said:
🚫
Error:
Invalid prisma.user.create() invocation:
The table public.user does not exist in the current database

Solution
To fix this, run this command in the terminal
npx prisma migrate deploy