Asides from the HTMX question, I'm encountering an...
# general
z
Asides from the HTMX question, I'm encountering an error when SuperTokens tries to connect to Postgresql:
Copy code
Setting up PostgreSQL connection pool.
Stopping SuperTokens...
25 Apr 2024 02:39:10:758 +0000 | INFO | pid: af75c8f5-cfe9-4dbc-a388-6a56648d530a | v9.0.2 | [main] thread | io.supertokens.Main.stopApp(Main.java:418) | Tenant(, public, public) | Stopping SuperTokens...

Tenant(, public, public) | What caused the crash: io.supertokens.pluginInterface.exceptions.DbInitException: io.supertokens.pluginInterface.exceptions.DbInitException: java.sql.SQLException: java.lang.RuntimeException: Driver org.postgresql.Driver claims to not accept jdbcUrl, jdbc:postgres://postgresql.default:5432/auth?sslmode=disable&allowPublicKeyRetrieval=true
23 Views