mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Webclient build with newest rustdesk version fails #1831
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#1831
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JelleBuning on GitHub (Jun 7, 2023).
Bug Description
Trying to use the rustdesk master branch instead of jellebuning/fix_build in the current build documentation: https://rustdesk.com/docs/en/dev/build/web/
Following the instructions gets you pretty far, only the last step fails. This results in the following output:

How to Reproduce
git clone https://github.com/rustdesk/rustdesk.git
cd flutter/web/js
npm install ts-proto
npm install vite@2.8
npm install yarn -g
npm install typescript -g
npm install protoc -g
yarn build
cd ..
wget https://github.com/rustdesk/doc.rustdesk.com/releases/download/console/web_deps.tar.gz
tar xzf web_deps.tar.gz
cd ..
flutter run -d chrome
Expected Behavior
executing the 'flutter run -d chrome' should start a chrome instance with the webclient running.
Operating system(s) on local side and remote side
Windows 10 -> _
RustDesk Version(s) on local side and remote side
1.1.9 -> _
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Jun 7, 2023):
#763
@JelleBuning commented on GitHub (Jun 8, 2023):
I don't think you should close this issue, you're saying the web build already has a detailed tutorial. well it does, but i had to completely rewrite it for the instructions to work. The web instructions do work, however it currently uses a branch based on the rustdesk branch from a year ago. In addition, there is no CI present for web.