I have my API and DB hosted on DigitalOcean. When ...
# orm-help
e
I have my API and DB hosted on DigitalOcean. When I call an API function that uses Prisma it returns in the logs Invalid ``prisma.bot.findMany()` invocation: connect ECONNREFUSED :1281` . I have my DB open to all connections, not sure why this is occurring. It wasn't happening earlier with the same configuration. Do I need to update or something?
j
I’m curious, how does your connection string looks like? If you could put it here and redact the sensitive parts that would be great
Are you using Node.js v17 by any chance?
e
Also, I'm using node v16.13.0
Also, I've tried changing regions and also just a new DB and it hasn't fixed it
j
Could you open an issue here ? The details might help figure it out