Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to local IPFS Deamon #38

Open
stojanov-igor opened this issue Sep 25, 2022 · 1 comment
Open

Connect to local IPFS Deamon #38

stojanov-igor opened this issue Sep 25, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@stojanov-igor
Copy link
Member

We are currently connecting to the IPFS node on our own server.

However, we can't host all files on our server, so we assume most people have IPFS Deamon running on their localhost.

  • Implement a check to connect to local IPFS Node first;
  • If the local IPFS node is not present, fall back to our own server.
  • Implement some general calls to API (such as uploading a file, displaying an ipfs file, etc).
@stojanov-igor stojanov-igor added the enhancement New feature or request label Sep 25, 2022
@stojanov-igor stojanov-igor added this to the Release 1.0 milestone Sep 25, 2022
@stojanov-igor stojanov-igor mentioned this issue Sep 25, 2022
@stojanov-igor
Copy link
Member Author

Also,

We get the following error from test.universaldot.me


VM11:1          POST https://109.235.70.27:5001/api/v0/id net::ERR_SSL_PROTOCOL_ERROR

VM11:1          Uncaught (in promise) TypeError: Failed to fetch
    at <anonymous>:1:876

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

2 participants