You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Vercel When trying to connect Laravel + Vercel Storage PostgreSQL got this error
SQLSTATE[08006] [7] ERROR: Endpoint ID is not specified. Either please upgrade the postgres client library (libpq) for SNI support or pass the endpoint ID (first part of the domain name) as a parameter: '?options=endpoint%3D<endpoint-id>'. See more at https://neon.tech/sni ERROR: connection is insecure (try usingsslmode=require) (Connection: pgsql, SQL: select * from "users" where "email" = https://neon.tech/docs/connect/connectivity-issues
On Vercel When trying to connect Laravel + Vercel Storage PostgreSQL got this error
SQLSTATE[08006] [7] ERROR: Endpoint ID is not specified. Either please upgrade the postgres client library (libpq) for SNI support or pass the endpoint ID (first part of the domain name) as a parameter: '?options=endpoint%3D<endpoint-id>'. See more at https://neon.tech/sni ERROR: connection is insecure (try using
sslmode=require) (Connection: pgsql, SQL: select * from "users" where "email" = https://neon.tech/docs/connect/connectivity-issues
On https://phpshow.vercel.app/ it shows PostgreSQL (libpq) Version is 10.21 but the latest version is 16.1

The text was updated successfully, but these errors were encountered: