mccxiv / torrent-web

Stream and download torrents directly over http with a web UI
ISC License
247 stars 279 forks source link

Error: Cannot GET / #24

Open rojenzaman opened 4 years ago

rojenzaman commented 4 years ago
$ torrent-web -p=8080
Torrent Web started on port 8080 ...

Everything is okay but web-client not working.

It's say: Cannot GET /

WeaverOfTheWeb commented 3 years ago

For anyone else getting this error, it's because the "/public" directory and its content aren't being generated by Webpack so the server isn't able to render the output for the main route.

tester248 commented 2 years ago

so what is the solution

omgbox commented 1 year ago

so what is the solution

some issue with permissions in node

type to fix.

npm config set user 0 npm config set unsafe-perm true

after you be able to install, webpack requires some permissions.