[GH-ISSUE #24] Error: Cannot GET / #18

Open
opened 2026-02-26 04:36:12 +03:00 by kerem · 3 comments
Owner

Originally created by @rojenzaman on GitHub (Jun 1, 2020).
Original GitHub issue: https://github.com/mccxiv/torrent-web/issues/24

$ torrent-web -p=8080
Torrent Web started on port 8080 ...

Everything is okay but web-client not working.

It's say: Cannot GET /

Originally created by @rojenzaman on GitHub (Jun 1, 2020). Original GitHub issue: https://github.com/mccxiv/torrent-web/issues/24 ``` $ torrent-web -p=8080 Torrent Web started on port 8080 ... ``` Everything is okay but web-client not working. It's say: `Cannot GET / `
Author
Owner

@WeaverOfTheWeb commented on GitHub (Apr 10, 2021):

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.

<!-- gh-comment-id:817139839 --> @WeaverOfTheWeb commented on GitHub (Apr 10, 2021): 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.
Author
Owner

@tester248 commented on GitHub (Jun 9, 2022):

so what is the solution

<!-- gh-comment-id:1151328336 --> @tester248 commented on GitHub (Jun 9, 2022): so what is the solution
Author
Owner

@omgbox commented on GitHub (Dec 15, 2022):

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.

<!-- gh-comment-id:1353673242 --> @omgbox commented on GitHub (Dec 15, 2022): > 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.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/torrent-web-mccxiv#18
No description provided.