I'm trying to deploy Supertokens on render.com. I've setup a basic repo that deploys Supertokens using Docker and Postgresql. Sadly, I'm getting the following error when deploying:
Copy code
Aug 10 03:38:03 AM 10 Aug 2022 01:38:03:113 +0000 | ERROR | pid: 52d5944d-594d-4e38-af87-2b716d6bd2e9 | [main] thread | io.supertokens.storage.postgresql.HikariLoggingAppender.doAppend(HikariLoggingAppender.java:132) | SuperTokens - Exception during pool initialization.
Aug 10 03:38:03 AM
Aug 10 03:38:03 AM Stopping SuperTokens...
Aug 10 03:38:03 AM 10 Aug 2022 01:38:03:113 +0000 | INFO | pid: 52d5944d-594d-4e38-af87-2b716d6bd2e9 | [main] thread | io.supertokens.Main.stopApp(Main.java:317) | Stopping SuperTokens...
Aug 10 03:38:03 AM
Aug 10 03:38:03 AM What caused the crash: Failed to initialize pool: The connection attempt failed.
`
r
rp_st
08/10/2022, 3:20 AM
Hey @mhmbrg what config have you put when deploying it?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).