-
Notifications
You must be signed in to change notification settings - Fork 324
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
import to IPFS is always disabled #861
Comments
@bluelovers do you have IPFS running? what the version of go-ipfs? For import to work, you need to have extension enabled and a local IPFS node running: |
I see you have I believe this is a bug similar to #790. |
I believe the fix is to update mentioned line to: - const ifApi = getState().peerCount > 0
+ const ifApi = getState().peerCount >= 0 @bluelovers is this something you would be interested in contributing as a PR? |
hmm..., how can u have that many peers ? |
Describe the bug
import to IPFS is always disabled
To Reproduce
Expected behavior
allow import
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: