Gateway not loading,

Is there a different way of going about retrieving content, other than through a gateway portal? I’m vaguely familiar with go-ipfs, although I’m not sure if that does what I’m thinking of.

However on my localhost the content continues to work fine, and I’ve been supplementing it with Beaker Browser for the time being.

Try to update your IPFS node configuration. You should add the follow settings to the root level of configuration:

"Swarm": {
  // ignore this line for coping. Here should be previous configurations from Swarm section
   "DisableRelay": true,
   "EnableRelayHop": true,
   "EnableAutoRelay": true,
   "EnableAutoNATService": true
}

This options allowed me to share content.

1 Like