hey, quick question. ``` Stopping SuperTokens......
# support-questions-legacy
m
hey, quick question.
Copy code
Stopping SuperTokens...
2022-09-21T13:56:00.000 [info] What caused the crash: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://darisini-staging-db-1.internal:5432/supertokens?allowPublicKeyRetrieval=true
2022-09-21T13:56:01.000 [info] Starting clean up.
the log seems to not include the postgres password
is this normal?
I am using POSTGRESQL_CONNECTION_URI
r
hey yea! the password is hidden from the logs
but im not a 100% sure about this since these logs are generated by the jdbc lib that we use
m
I see. I trying to deploy supertokens to fly.io , didn't manage to deploy it yet
gonna try on my local docker
r
fair. local docker should work
what error do you get with fly.io?
m
okay I found the issue. it cannot start with
postgres://
it needs to be
postgresql://
r
Cool!
11 Views