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

Unable to view demo-mvp-btuprotocol in the browser #10

Open
adwulfran opened this issue Sep 1, 2018 · 0 comments
Open

Unable to view demo-mvp-btuprotocol in the browser #10

adwulfran opened this issue Sep 1, 2018 · 0 comments

Comments

@adwulfran
Copy link

Hello,
After #> npm run start
I get "compiled successfully" answer. However when I connect to localhost:3000 it's working 2 secondes and after that I get error "TypeError: [object Object] is not a valid URL". I send you here after precisely error logs :

TypeError: [object Object] is not a valid URL.
parseURL
node_modules/web3/node_modules/web3-core-method/src/index.js:37

  34 |     };
  35 |     _btoa = btoa;
  36 |     parseURL = function(url) {
> 37 |         return new URL(url);
  38 |     };
  39 | } else {
  40 |     Ws = require('websocket').w3cwebsocket;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant