net::ERR_NAME_NOT_RESOLVED Drizzle ORM
Hi, I have the following server component:
and when I try view this I get thousands of console errors of just the same thing:
I'm pretty sure this has to do with my database URL
My db/index looks like this:
and my drizzle.config.ts looks like this:
my .env looks like this:
with ?ssl={"rejectUnauthorized":true} coming from the docs.
any idea on how to fix this?
0 Replies