mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #160] Not working properly with Netlify #133
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 @vedant360 on GitHub (Dec 7, 2018).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/160
I know herokuapp has blocked p2p apps so i tried to deploy peerflix server with netlify but i when i add torrent nothing seems to happen?
@asapach commented on GitHub (Dec 7, 2018):
Never used netlify. Are there any logs or error messages?
@vedant360 commented on GitHub (Dec 9, 2018):
peerflix server is deployed but when i try to add torrent a blank page appear and nothing seems to happen
https://gracious-morse-b7d258.netlify.com/
@asapach commented on GitHub (Dec 9, 2018):
From what I can tell it failed to initialize, because the socket.io endpoint is not working: https://gracious-morse-b7d258.netlify.com/socket.io/socket.io.js returns 404.
@asapach commented on GitHub (Dec 9, 2018):
And in general the whole backend is not working: https://gracious-morse-b7d258.netlify.com/torrents/
Just the static files.
@asapach commented on GitHub (Dec 13, 2018):
I can see that it's running the build, but I don't see it starting the actual application, e.g
npm start.@DWFFW commented on GitHub (Sep 20, 2021):
Then can you develop it??
@besoeasy commented on GitHub (Apr 18, 2023):
close this !