Pleroma Q:
I'm getting:
13:38:47.821 [info] Postgrex.Protocol (#PID<0.928.0>) disconnected: ** (DBConnection.ConnectionError) client #PID<0.1040.0> exited
and then a crash running `mix phx.server`
Connection to postgres works, postgres says:
STATEMENT: SELECT sum(u0."note_count") FROM "users" AS u0 WHERE (NOT (u0."nickname" IS NULL)) AND (NOT (u0."nickname" LIKE 'internal.%')) AND (u0."local" = $1)
Then:
DEBUG: unexpected EOF on client connection
Ideas ?