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

Vue UI not launching #3700

Open
l-gothberg opened this issue Mar 24, 2019 · 6 comments
Open

Vue UI not launching #3700

l-gothberg opened this issue Mar 24, 2019 · 6 comments

Comments

@l-gothberg
Copy link

Version

3.5.1

Environment info

System:
    OS: macOS 10.14.3
    CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
  Binaries:
    Node: 11.12.0 - /usr/local/bin/node
    npm: 6.9.0 -  /usr/local/bin/npm
  Browsers:
    Chrome: 73.0.3683.86 (default)
    Firefox: 66.0.1
    Safari: 12.0.3
  npmGlobalPackages:
    @vue/cli: 3.5.1
    aws: 0.0.3-2
    aws-sdk: 2.427.0
    chai: 4.2.0
    cross-spawn: 6.0.5
    cypress: 3.2.0
    firebase: 5.9.1
    firebase-tools: 6.5.0
    firebaseui: 3.5.2
    live-server: 1.2.1
    mocha: 6.0.2
    npm: 6.9.0
    particle-cli: 1.40.0
    stream-http: 3.0.0
    ts-node: 8.0.3
    typescript: 3.3.4000
    uuid: 3.3.2
    vue: 2.6.10
    vue-uuid: 1.1.1

Steps to reproduce

run 'vue ui' from terminal

What is expected?

Vue UI tool is started and launched automatically on http://localhost:8000

What is actually happening?

Terminal reports:

'🚀  Starting GUI...
🌠  Ready on http://localhost:8000

New tab is launched in Chrome, but nothing is displayed.


Recently updated from version 3.3.0. Was having previously noted issue where using Vue UI tool would fail to build new projects correctly with that version. Have attempted npm uninstall/reinstall of vue and @vue/cli with same results.

Additional Note: Receive following warning when running npm install -g @vue/cli:

npm WARN deprecated cross-spawn-async@2.2.5: cross-spawn no longer requires a build toolchain, use it instead

Suggest updating dependency to require cross-spawn in npm config to ensure newer package is used.

@CaiPeng1989
Copy link

Forced to refresh the browser should be fine.

@bulletmark
Copy link

Refreshing the browser does not fix this. Using another browser (Firefox or GNOME web) on my Arch Linux system works fine. If I use the path http://localhost:8000/project/select that also works fine in Chrome. I see these errors in my console https://imgur.com/a/XyJUq9D. Both JS files contain HTML. I am using vue-cli 3.5.4.

I just starting trying out Vue and UI in the last few days. This and another basic issue #3664 are very disappointing :(

@Akryum
Copy link
Member

Akryum commented Apr 1, 2019

@bulletmark The GUI is still in beta, if you want the stable experience use the CLI in the terminal.

@leolux
Copy link

leolux commented Sep 10, 2019

There must be a bug somewhere because vue ui is not working after installing everything from scratch node.js (10.16.3 LTS), npm and @vue/cli.

Firefox shows this error:
An error occurred during a connection to localhost:8000. SSL received a record that exceeded the maximum permissible length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG

Chrome shows this error:
ERR_SSL_PROTOCOL_ERROR

Do you have any idea why the SSL of the ui could be broken?

@Looooooka
Copy link

Updated from 10.15.1 to 10.16.3.
Same problem.
Reverted back to 10.15.1 and vue ui worked again
Tried 10.16.3 again and it died
Updated to the latest version 12.11.1 and vue ui works again
So somewhere between 10.15.1 and the latest version it doesn't work (or perhaps just 10.16.3 LTS specifically)

@Looooooka
Copy link

Unfortunately now building the project doesn't work anymore and throws out other errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants