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

The :123456 server can't be started on both local and gitpod #1213

Closed
kidylee opened this issue May 31, 2021 · 7 comments
Closed

The :123456 server can't be started on both local and gitpod #1213

kidylee opened this issue May 31, 2021 · 7 comments
Labels

Comments

@kidylee
Copy link

kidylee commented May 31, 2021

Describe the bug
The :123456 server can't be started on both local and gitpod:

▶️ Restarting existing app...
🌍 Tendermint node: http://0.0.0.0:26657
🌍 Blockchain API: http://0.0.0.0:1317
🌍 Token faucet: http://0.0.0.0:4500

To Reproduce
Steps to reproduce the behavior:

  1. starport app github.com/xxx/voter
  2. cd voter
  3. starport serve

Please provide output of commands

  • starport version starport version v0.16.0 linux/amd64 -build date: 2021-05-24T12:32:18Z
  • go version go version go1.16.4 linux/amd64
  • uname -a Linux aiit-desktop 5.10.36-2-MANJARO add linter and add linting in ci #1 SMP PREEMPT Tue May 11 19:38:44 UTC 2021 x86_64 GNU/Linux
  • gitpod doesn't work as well
@kidylee kidylee added the report label May 31, 2021
@fadeev
Copy link
Contributor

fadeev commented May 31, 2021

@kidylee the Welcome screen (that used to run on 12345) has been deprecated.

@fadeev
Copy link
Contributor

fadeev commented May 31, 2021

We also no longer start the web frontend automatically (in the vue directory) to decouple Starport from the web UI. To stat it manually, just cd vue && npm i && npm run serve.

@kidylee
Copy link
Author

kidylee commented May 31, 2021

We also no longer start the web frontend automatically (in the vue directory) to decouple Starport from the web UI. To stat it manually, just cd vue && npm i && npm run serve.

Thanks to let me know, it is a good idea to seperate them. I had struggled to debug frontend previously.

Please to have @barriebyron update tutorials, thanks.

@barriebyron
Copy link
Contributor

@fadeev just rediscovered this issue... are these changes that we want to make for Starport v0.16?

@fadeev
Copy link
Contributor

fadeev commented Jun 8, 2021

Yes, 12345 endpoint was deprecated.

@shravanshetty1
Copy link

@fadeev frontend doesnt seem to load anymore since it cannot get status from 12345
localhost-1623419780180.log
heres the log file

@fadeev
Copy link
Contributor

fadeev commented Jun 11, 2021

@shravanshetty1 if it's an older version of the frontend, it should be updated to the newer version that doesn't depend on 12345.

@fadeev fadeev closed this as completed Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants