I get this error in the console when trying to write to the neon db but it worked fine in test prior to the deployment: Error writing to database: 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
I'm using psycopg2 with a connection url via the .env file. Am I missing something that I need to setup within pythonanywhere?