Every since the file system issue, my always-on doesn’t work anymore. The system will constantly die on me.
Also I keep having issues where it says a port is being used
error: listen EADDRINUSE: address already in use :::3000
every time it tries to restart. not sure what to do at all.
This repl it private but the link is https://replit.com/@Crispyyy/Howl-Rain-Controller-API
Try binding to port 8080 instead.
1 Like
Still no luck, system just died on me and didn’t restart.
Im not sure why the always on isn’t working.
Still getting the same issue with port 8080
node:events:491
throw er; // Unhandled 'error' event
^
Error: listen EADDRINUSE: address already in use :::8080
I think it has to do with the always on not working. not sure.
I think I have a bunch of ports currently in use, any way I can kill all?
A kill 1
should hard-restart the Repl and everything in it.
1 Like
I have the same issue too! I always need to kill 1 and it’s really annoying