Hi, I am running bitcoin signet node v22.0 with below parameters. I am unable to get any response on websocket port.
 0            - '-chain=signet'
 1            - >-
 2              -addnode=178.63.103.48,135.181.75.145,71.80.46.121,195.201.164.54,65.21.171.164,135.180.99.74,188.34.165.181,185.148.37.152
 3            - '-rest'
 4            - '-txindex'
 5            - '-disablewallet'
 6            - '-server'
 7            - '-rpcbind=0.0.0.0'
 8            - '-rpcport=38332'
 9            - '-rpcallowip=0.0.0.0/0'
10            - '-rpcthreads=512'
11            - '-rpcworkqueue=4096'
12            - '-rpcuser=example'
13            - '-rpcpassword=example'
14            - '-dbcache=2048'
15            - '-zmqpubrawtx=tcp://*:38333'
16            - '-deprecatedrpc=addresses'
17            - '-printtoconsole'
Any idea what can be the reason?