#Prisma errors after switching database to postgresql (cockraochdb) on fresh install

1 messages · Page 1 of 1 (latest)

primal coyote
#

Hi, I just created my first project with blitz.

I setup a project with auth and tested that it was working with sqlite.

I tried to change the DB to postgresql - I changed the db type in prisma and the env.

blitz prisma migrate dev works well, the tables are created and the prisma client is generated

When I go back to the app and try to sign up, I get this error https://paste.le-app.dev/IwxG7b.js

primal coyote
#

actually it's erroring out but still writing the data