Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Troubleshooting

Nguyen Thanh Quang edited this page Jun 18, 2022 · 1 revision

Database abc.public does not exist on the database server at xyz:5432.

That happens when the migrations are not applied, try prisma migrate deploy and then prisma db seed. If that does not solve the problem, feel free to create an issue.

Error: error:0308010C:digital envelope routines::unsupported

crypto/hash may be modified in node>16 so reverting to node<=16 should solve the issue.