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

*FIX* for blank terminal #79

Closed
jackbackes opened this issue Nov 10, 2016 · 5 comments
Closed

*FIX* for blank terminal #79

jackbackes opened this issue Nov 10, 2016 · 5 comments

Comments

@jackbackes
Copy link
Contributor

jackbackes commented Nov 10, 2016

Hi everyone. I, like many of you, had the following issue:

  1. install worked. (hurray!)
  2. blank terminal (oh no!)

This simple fix made it work for me:

@jackbackes
Copy link
Contributor Author

I believe the root issue is found in the default example-config.js:

exports.config = {
  users: {
    admin: {
      password: "",
      cwd: process.cwd()
    }
  },
  port: 8080
};

@jackbackes
Copy link
Contributor Author

jackbackes commented Nov 10, 2016

here you see the username is admin, password is "", and port is 8080, which exactly matches the steps that must be entered for remote access.

@jackbackes
Copy link
Contributor Author

I don't know why local access doesn't work. Perhaps @petethepig can enlighten?

@ubermensh
Copy link

no remote connection option in chrome 58
the three dot menu looks different

@joshmccall221
Copy link

@ubermensh, I am having issues too. macOS + Chrome 60 the three dots do nothing when clicked.

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

3 participants