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

studio source code compilation bug #281

Closed
XiaomuWang opened this issue Aug 23, 2022 · 1 comment
Closed

studio source code compilation bug #281

XiaomuWang opened this issue Aug 23, 2022 · 1 comment

Comments

@XiaomuWang
Copy link

XiaomuWang commented Aug 23, 2022

Describe the bug (must be provided)

When I install it, it shows successful login and can receive requests. But the webpage shows no page. What is the situation here?

Your Environments (must be provided)

  • OS: Linux arm64
  • Node-version: node --version
  • Studio-version: 3.3.2( 3e171a5

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. npm install
  2. npm run build
  3. mv dist server/assets
  4. cd server
  5. vim config/example-config.yaml (modify port)
  6. go build -o server
  7. ./server( or nohup ./server &)

Expected behavior

I hope I can get the login interface of the studio

Additional context
image
image

@XiaomuWang XiaomuWang changed the title studio installation bug studio source code compilation bug Aug 23, 2022
@hetao92
Copy link
Contributor

hetao92 commented Aug 29, 2022

sorry, step 3 is wrong, please use mv dist/* server/assets

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

2 participants