mirror of
https://github.com/mccxiv/torrent-web.git
synced 2026-04-25 08:35:48 +03:00
[GH-ISSUE #24] Error: Cannot GET / #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/torrent-web-mccxiv#18
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 @rojenzaman on GitHub (Jun 1, 2020).
Original GitHub issue: https://github.com/mccxiv/torrent-web/issues/24
Everything is okay but web-client not working.
It's say:
Cannot GET /@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.
@tester248 commented on GitHub (Jun 9, 2022):
so what is the solution
@omgbox commented on GitHub (Dec 15, 2022):
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.