I've been stuck trying to connect prisma to a post...
# orm-help
k
I've been stuck trying to connect prisma to a postgresql server running on a computer on my local network. When I use the local IPv4 of my machine (in the
DATABASE_URL
) I'm able to connect no problem, but when I try and use my external IPv4, that I have port forwarded, it fails to connect. Is there something that I'm missing? I'm trying to cut down on DB hosting costs.
1
n