Trying to deploy a remix.run project to Fly.io with fly postgress - Getting Error: P1011: Error opening a TLS connection: unexpected EOF

OK, figured it out. I tried adding ?sslmode=disable to the connection string in DATABASE_URL, and that solved it. thanks!!

2 Likes