Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Fails over HTTP #596

Open
GrandSchtroumpf opened this issue Sep 16, 2019 · 2 comments
Open

Fails over HTTP #596

GrandSchtroumpf opened this issue Sep 16, 2019 · 2 comments
Labels
bug Something isn't working Development

Comments

@GrandSchtroumpf
Copy link

Describe the bug
When running 3box over HTTP we cannot login. Here is the error
Cannot read property 'importKey' of undefined

To Reproduce
Steps to reproduce the behavior:

  1. Go to http://remix.ethereum.org
  2. Click on "Plugin Manager" (plug icon on the right)
  3. Click on "Connect with MetaMask"
  4. See error in console

Expected behavior
Login should works on HTTP

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [Windows, MacOS, Debian]
  • Browser [Chrome] (seems to work on Firefox)
  • Version [Version 77.0.3865.75 (Build officiel) (64 bits)]

Additional context
When trying to build locally (localhost) a plugin on Remix you have to run Remix IDE over HTTP (as browser doesn't support postMessage communication between http and https). So 3box plugin is unusable by other plugin during development.

@oed oed added bug Something isn't working Development labels Sep 17, 2019
@oed
Copy link
Member

oed commented Sep 17, 2019

Thanks for reporting! The reason this happens I think is because the connection to our ipfs node needs to happen over https for security issues.
Maybe there is some setting in chrome for development mode that can be used?

@GrandSchtroumpf
Copy link
Author

Ok, thanks I'll take a look at it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working Development
Projects
None yet
Development

No branches or pull requests

2 participants