The error message is:
Error: Error in connector: Error querying the database: Error querying the database: Error querying the database: db error: ERROR: syntax error at or near "WITH ordinality"
my DATABASE_URL looks like this: DATABASE_URL="postgresql://dbuser:dbpassword@host:5432/db_name?schema=public?connect_timeout=30&pool_timeout=30&socket_timeout=30"
what could be the solution to this error?