Kenny James
Results
1
comments of
Kenny James
Hello, The official work-around that seems to work is to append the endpoint_ID with the password in the connection string like ``` DATABASE_URL=postgres://dbuser:;@ep-broad-snowflake-sdexc.il-central-1.aws.neon.tech/neondb?pgbouncer=true&connect_timeout=10 ``` So basically, add this --> `endpoint=;`...