Issue with `@effect/sql-pg`: Connection Ended Error
Hello, hopefully you are all doing well
I am having an issue with @effect/sql-pg
the package is part of the my stack and I use it for repository operation with the db. I don’t know for what reason I keep getting an error : connetion_ended. When I look at the log of my Postgres running instance the request has never reached the db.
Anyone has an idea what’s the problem?
The main failure happen in node runtime
I am having an issue with @effect/sql-pg
the package is part of the my stack and I use it for repository operation with the db. I don’t know for what reason I keep getting an error : connetion_ended. When I look at the log of my Postgres running instance the request has never reached the db.
Anyone has an idea what’s the problem?
The main failure happen in node runtime
