Never mind, I figured it out
# orm-help
t
Never mind, I figured it out
a
What was the issue and how did you solve it?
t
Probably worth mentioning how I figured it out, thanks for asking.
I used
docker logs <docker-container-name>
to view the logs, which told me the credentials weren’t right. Turns out I forgot to add the user I created for Prisma to the application database in Postgres (hosted in AWS). I used pgAdmin to fix it.