asapach / peerflix-server

Streaming torrent client for Node.js with web ui.
MIT License
1.31k stars 586 forks source link

Not working properly with Netlify #160

Closed vedant360 closed 1 year ago

vedant360 commented 5 years ago

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 5 years ago

Never used netlify. Are there any logs or error messages?

vedant360 commented 5 years ago

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 5 years ago

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 5 years ago

And in general the whole backend is not working: https://gracious-morse-b7d258.netlify.com/torrents/ Just the static files.

asapach commented 5 years ago

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 2 years ago

Then can you develop it??

besoeasy commented 1 year ago

close this !