I can connect to my existing postgres db but the new postgres db I’ve created is generating an error. Looks as though its related to Neon. Not sure if something internally has changed.
DBMS: PostgreSQL (ver. 18.1 (32149dd)) Case sensitivity: plain=lower, delimited=exact Driver: PostgreSQL JDBC Driver (ver. 42.7.3, JDBC4.2)
[28000] 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’. See more at https:// neon. tech/ sni.
The service name is db-test for my account.
I’ve tried connecting using the jdbc connector in datagrip and via a node script but the error above continues to exist. I essentially can’t create any use any new postgres services.