From f2086fd9920a521aa0a2a4852cbf782fbe50d0ac Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Mon, 23 Nov 2015 13:46:08 +0100 Subject: [PATCH] better wording --- webapp/components/getipfs.jsx | 1 + 1 file changed, 1 insertion(+) 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!