Closed captn3m0 closed 3 years ago
@captn3m0 you've got your DATABASE_URL
set to a sqlite3 database, but PG
is a postgres adapter. Stringer doesn't have a production adapter configured, but I suspect it defaults to postgres, so you'll probably have to install that and set it for DATABASE_URL
.
Closing due to inactivity.
I keep getting a
PG Connection
error, despite setting a validDATABASE_URL
Running on docker. From within the container:
I've tried setting it to my postgres server URL as well, but it still keeps connecting to the socket.