Following up on topic https://community.fly.io/t/ssl-connection-error-when-connecting-to-postgres/19112?u=fly-clj that got closed automatically.
I am using a Clojure app using Datahike. The connection to the database is done with a database url as jdbcUrl to the default fly development postgres.
After a few transactions there is an I/O error that shuts down the writer and puts the app into a nonreactive state.
The IO error seems to be a fly.io issue. The app runs flawlessly when deploying on Render.
How can I transact to the db without those I/O errors?