Database Reference
In-Depth Information
PGError: SSL SYSCALL error: EOF detected
This is an error that indicates a problem on the client side. It can occur because of two situ-
ations: the first is a sharing connection problem between more than one process, and the
second one is due to an abrupt disconnection on the client side:
PGError: ERROR: SSL SYSCALL error: EOF detected: SELECT
"doctors".* FROM "doctors" ORDER BY id DESC LIMIT 10
This error is commonly solved by Heroku. It automatically detects the problem, kills the
dyno, and creates a new dyno, thus re-establishing the connection.
Search WWH ::




Custom Search