diff --git a/webapp/components/getipfs.jsx b/webapp/components/getipfs.jsx index aa659c2..d7a4246 100644 --- a/webapp/components/getipfs.jsx +++ b/webapp/components/getipfs.jsx @@ -43,6 +43,7 @@ module.exports = function(boardsAPI){
  • Your node is not located at {opt.addr}:{opt.port}. Go to the Settings Page to configure the connection.
  • You edited your settings and saved them but didn't reload the page
  • Your IPFS node doesn't allow requests from the domain you're running the app from (CORS issue). See here for the fix.
  • +
  • You're downloading the app via `https`: at the moment, connecting to IPFS only works if you donwload the app via plain HTTP. If you're using `ipfs.io` please consider accessing the app via a local gateway like `localhost:8080`
  • Some other networking or browser security issue is preventing the App from talking to your node.
  • Still can't fix it? File a issue on GitHub, we'll be happy to help!