All of my node dashboards on one device (running docker rootless) are showing “QUIC: Misconfigured”. Using Pingdom, I see storj RPC ping succeed:
started
from: St.Petersburg, Russia
TCP: dialed node in 703ms
TCP: pinged node in 167ms
TCP: total: 870ms
QUIC: dialed node in 700ms
QUIC: pinged node in 168ms
QUIC: total: 868ms
from: OVH, France
TCP: dialed node in 654ms
TCP: pinged node in 156ms
TCP: total: 810ms
QUIC: dialed node in 669ms
QUIC: pinged node in 159ms
QUIC: total: 828ms
done.
This was working previously, and the only thing I think has changed in the setup recently is the addition of IPv6 support for my domain, but I see this pass with both IPv6 and IPv4 addresses of my node explicitly, and also with the domain.
On startup, the node logs:
May 05 23:59:50 <user> 37ad4ad2a3d9[2717]: 2026-05-06T06:59:50Z WARN contact:service Your node is still considered to be online but encountered an error. {"process": "storagenode", "satellite_id": "12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S", "error": "contact: failed to ping storage node using QUIC, your node indicated error code: 0, rpc: quic: timeout: no recent network activity"}
May 05 23:59:50 <user> 37ad4ad2a3d9[2717]: 2026-05-06T06:59:50Z WARN contact:service Your node is still considered to be online but encountered an error. {"process": "storagenode", "satellite_id": "12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs", "error": "contact: failed to ping storage node using QUIC, your node indicated error code: 0, rpc: quic: timeout: no recent network activity"}
May 05 23:59:50 <user> 37ad4ad2a3d9[2717]: 2026-05-06T06:59:50Z WARN contact:service Your node is still considered to be online but encountered an error. {"process": "storagenode", "satellite_id": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "error": "contact: failed to ping storage node using QUIC, your node indicated error code: 0, rpc: quic: timeout: no recent network activity"}
May 05 23:59:51 <user> 37ad4ad2a3d9[2717]: 2026-05-06T06:59:51Z WARN contact:service Your node is still considered to be online but encountered an error. {"process": "storagenode", "satellite_id": "1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE", "error": "contact: failed to ping storage node using QUIC, your node indicated error code: 0, rpc: quic: timeout: no recent network activity"}
and I don’t ever see the status change (including on node restart).
I have another server running docker rootless on a different network (IPv4 only) and those are all reporting “QUIC OK”.
Both the server where all nodes have QUIC working, and the one with all nodes with QUIC reporting Misconfigured but seemingly working are storj version v1.152.6.
Any ideas why it’s reporting misconfigured? Given the pingdom report of QUIC success, is this just a dashboard bug, or is it really indicative of a setup issue?