Hey <@U785TRF34>, it seems you were the one who cr...
# orm-help
p
Hey @dpetrick, it seems you were the one who created the
prisma-heroku
repository, right? We’re having issues moving forward setting Prisma on Heroku.
d
That is correct. Which problems are you facing?
p
One is SSL support which seems to have some initial support on the cli side, but not the connector side If running prisma locally pointing to a Heroku db, this is the issue I encounter. By initial support I mean https://github.com/prismagraphql/prisma/commit/ab5a11d71c589e3a2f15416e40d83e040538106b SSL needs to be passed down as
ssl=true
in the URL here https://github.com/prismagraphql/prisma/blob/alpha/server/connectors/api-connector-postgresql/src/main/scala/com/prisma/api/connector/postgresql/database/Databases.scala#L40 Other is when running prisma on Heroku itself, other issues arise related to number of connections and some low-level connection using the postgres user, which you don’t have access to in Heroku, but I suspect this might just be masquerading the lack of SSL connection. One of our devs opened up an issue on the prisma-heroku repo https://github.com/dpetrick/prisma-heroku/issues/1
d
As far as I know, this is an issue that one of our engineers looked into fairly recently, I will see if I can get some infos for you.
cc @nilan
p
I pinged nilan earlier today but he seems to be busy 😞
n
It's best to keep communication mostly to Github if you expect a timely response 🙂 We'll look into your issue soon!