zmok-io / zmok-issue-tracker

The official repository for tracking issues, bugs, and feature requests related to the ZMOK platform.
0 stars 0 forks source link

API server "upstream connect error" #5

Open csabavirag opened 5 months ago

csabavirag commented 5 months ago

Hello,

when I try to communicate with mainnet endpoint like this:

curl --location 'https://api.zmok.io/mainnet/<id>' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "id": 2,
    "method": "eth_blockNumber",
    "params": []
}'

it returns back with the error upstream connect error or disconnect/reset before headers. reset reason: connection failure, transport failure reason: delayed connect error: 111.

Could you please check?

Thanks in advance

csabavirag commented 5 months ago

@klobusnikpeter do you have an idea why the API server is still responding with this error?