Open myonara opened 1 year ago
Perhaps nepture is just taking more than 5 seconds to execute your query? What happens if you remove timeout
from the options?
Hi Ruben, well it timesout for ever I have raised it to 30 seconds and nothing happens. By the way the old way is < 0.5 seconds
My working solution is an out dated example with the AWS SDK for javascript V2. the sd v2 is out of suppot end of the year, so I want to have a differnt connection and also the comfort of this fetch library.
The following code is timing out in connection with the neptune endpoint.
With the old code (AWS sdk for javascript V2, getting out of support end of 2023!) it is currently working, with that I have fixed also some connection issues in the VPC configuration with the help of the AWS support.
The log output at the console.log fetch-1 from above looks l like:
I found some hints in the Neptune manual from AWS.
I have also a log for an header request with the old code, maybe that may help in finding the solution: