screego / server

screen sharing for developers https://screego.net/
https://app.screego.net
GNU General Public License v3.0
7.62k stars 551 forks source link

Run command 'yarn start' error #100

Closed wangdemon closed 3 years ago

wangdemon commented 3 years ago

When I compile the code, I go to ‘yarn start’ command, there's a mistake img

jmattheis commented 3 years ago

You need to start the backend too -> https://screego.net/#/development?id=backend

wangdemon commented 3 years ago

I already start the backend img2

jmattheis commented 3 years ago

they must both be started, then the error shouldn't occur. (if you've started the backend after the ui, then the error message is old and not relevant anymore)

wangdemon commented 3 years ago

I started the backend, and then enter ui directory, started frontend. The same error occurred.

jmattheis commented 3 years ago

You are using screego with tls, the devmode expects you to use http, so disable SCREEGO_SERVER_TLS.

wangdemon commented 3 years ago

Thank you very much. The problem has been solved.