ERROR:neo4j.io:Failed to write data to connection IPv4Address

I'm doing in vscode

neo4j driver - 5.18.0

can anyone help with it.

reference - i'm using is from llamaindex neo4j graph store

how to establish driver connection with Neo4jGraphStore?

Context:- StorageContext(docstore=<llama_index.core.storage.docstore.simple_docstore.SimpleDocumentStore object at 0x000001F5FD407DF0>, index_store=<llama_index.core.storage.index_store.simple_index_store.SimpleIndexStore object at 0x000001F58AFDEB30>, vector_stores={'default': <llama_index.core.vector_stores.simple.SimpleVectorStore object at 0x000001F58AFDEA70>, 'image': <llama_index.core.vector_stores.simple.SimpleVectorStore object at 0x000001F58AFDE860>}, graph_store=<llama_index.graph_stores.neo4j.base.Neo4jGraphStore object at 0x000001F5E6841AE0>)

ERROR:neo4j.io:Failed to write data to connection IPv4Address(('e9b1edc9.databases.neo4j.io', 7687)) (ResolvedIPv4Address(('34.126.114.186', 7687)))
Failed to write data to connection IPv4Address(('e9b1edc9.databases.neo4j.io', 7687)) (ResolvedIPv4Address(('34.126.114.186', 7687)))

I am having a similar issue with the dspy retriever trying to query aura free-tier. I opened a ticket I am referend to the Community Forum
https://support.neo4j.com/s/case/500UN000007tKwhYAE/resolvedipv4address-error-connecting-to-aura-with-python

Failed to write data to connection ResolvedIPv4Address(('34.78.76.49', 7687)) (ResolvedIPv4Address(('34.78.76.49', 7687)))
Failed to write data to connection IPv4Address(('e5534dd1.databases.neo4j.io', 7687)) (ResolvedIPv4Address(('34.78.76.49', 7687)))

Has this issue been resolved? I am experiencing a very similar issue, but I cannot view the link to the Community Forum.

Thank you.