I had run the node for almost one month. Yesterday i found I couldn’t connect to Web, so rebooted the machine and docker, but the status on web gui is always OFFLINE. When using “docker exec -it storagenode /app/dashboard.sh”, the status is ONLINE. My storj docker is running on centos, version v0.28.2.
I don’t know about incognito mode, could you elaborate it?
I tried following and look like the result is right.
[root@localhost ~]#grep -c BEGIN ~/.local/share/storj/identity/storagenode/ca.cert
2
[root@localhost ~]#grep -c BEGIN ~/.local/share/storj/identity/storagenode/identity.cert
3
I have only one. Here comes the output:
{“data”:{“nodeID”:”xxxxxxx”,”wallet”:”xxxxxxxx”,”satellites”:[{“id”:”xxxxx”,”url”:“satellite.stefan-benten.de:7777”,“disqualified”:null},{“id”:”xxxx”,”url”:“asia-east-1.tardigrade.io:7777”,“disqualified”:null},{“id”:”xxxx”,”url”:“us-central-1.tardigrade.io:7777”,“disqualified”:null},{“id”:”xxxxxxx”,”url”:“europe-west-1.tardigrade.io:7777”,“disqualified”:null}],“diskSpace”:{“used”:4332910080,“available”:800000000000},“bandwidth”:{“used”:14535620608,“available”:10000000000000},“lastPinged”:“2019-12-27T00:17:38.022330051Z”,“lastPingFromID”:“1111111111111111111111111111111112m1s9K”,“lastPingFromAddress”:“”,“version”:“0.28.2”,“allowedVersion”:“0.27.0”,“upToDate”:true,“startedAt”:“2019-12-26T17:51:10.073849903Z”},“error”:“”}
It seems, that there were some changes with dashboard. I mean now execution of that command shows not a json-like string, but pure html “!DOCTYPE html …”. Please could you tell me how to get that json string?