You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had trouble doing npm install for ssb-viewer (manual setup) because port 8989 could not be reached for retrieving some blobs. So I had to add that connection to the config file. While I was at it, I also changed the host fields to :: instead of 0.0.0.0. There might be issues with this, see ssbc/ssb-config#53, but for me it works.
I had trouble doing
npm install
forssb-viewer
(manual setup) because port 8989 could not be reached for retrieving some blobs. So I had to add that connection to the config file. While I was at it, I also changed thehost
fields to::
instead of0.0.0.0
. There might be issues with this, see ssbc/ssb-config#53, but for me it works.Full config after modification:
Not sure if the
scope
fields are at the right values honestly, but since everything has"transform": "shs"
I should be fine, right?The text was updated successfully, but these errors were encountered: