I'm trying to deploy Supertokens on render.com. I'...
# support-questions-legacy
m
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
Hey @mhmbrg what config have you put when deploying it?
m
Sorry I forgot to share the repo link: https://github.com/hmbrg/supertokens-on-render The config can be found in the render.yaml file
r
can you open an issue about this on our github pleasae?
im not sure whats going wrong. will have to investigate =