wishabhilash
04/13/2023, 10:09 AMsupertokens-postgres
docker container in my local providing it a postgres connection string of neon db
. It is failing with the following error What caused the crash: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://ep-fragrant-firefly-243626.us-west-2.aws.neon.tech/neondb?allowPublicKeyRetrieval=true
. Kindly help. 🙏rp
04/13/2023, 10:13 AMwishabhilash
04/13/2023, 10:28 AMrp
04/13/2023, 10:30 AMwishabhilash
04/13/2023, 10:36 AMdocker run -p 3567:3567 -d \
-e POSTGRESQL_CONNECTION_URI=postgres://username:password@ep-fragrant-firefly-243626.us-west-2.aws.neon.tech/neondb \
registry.supertokens.io/supertokens/supertokens-postgresql:4.6
rp
04/13/2023, 10:36 AMpostgres://
to postgresql://
wishabhilash
04/13/2023, 10:48 AM