I have a managed production database on Digital Ocean which was created with the Wappler resource manager. The database is defined in the production target as well. But whenever I try to perform a database action on the production server then it tries to connect to my local development database from my development target. So I’m getting a connection error:
{status: "500", code: "ECONNREFUSED", message: "connect ECONNREFUSED 127.0.0.1:5435",…}
code
:
"ECONNREFUSED"
message
:
"connect ECONNREFUSED 127.0.0.1:5435"
stack
:
"Error: connect ECONNREFUSED 127.0.0.1:5435\n at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1278:16)\n at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)"
status
:
"500"
My production target:
Any ideas on what I could check or how to resolve this? Is this a bug?
Community Page
Last updated:
Last updated: