Couch2pg: error: Database does not exist, despite it being present

Running Couch2pg, created a database which I can see both in Posgres and PgAdmin, but running the export POSTGRESQL_URL, it says database doesn’t exist as below:
[2024-08-21T09:50:35.504Z ERROR]: An unrecoverable error occurred
*[2024-08-21T09:50:35.505Z ERROR]: { error: database “cdsadb/” does not exist…


Any idea where the challenge is?

We have reviewed the code with Elijah and identified the culprit, a slash (/) after the database name in PG URL, we are now good

3 Likes