Read the statement by Michael Teeuw here.
Calendar Module intermittently stop working
-
-
@pastormingle ok, that’s the dev window. now need the other logs
-
@sdetweil i am getting the following error on the IP and port I changed it but still the same error.
-
do
pm2 status
pm2 stop all
pm2 start x
where x is
the number of the row in pm2 status output
or the name in the row -
@sdetweil OK… not sure what this is giving me… Now I have only the one instance started…But I still don’t see an error. listen EADDRINUSE: address already in use 127.0.0.1:8087
-
@pastormingle did u do npm start someplace??
dops -ef | grep npm
-
@sdetweil yes… so i am setup using rdp into the PI and then open up a terminal window then do a npm start in the MM directory.
-
-
@pastormingle but u have pm2 doing the start, so don’t need manual npm start
-
@sdetweil ok i am lost here… Thanks for being patient with me… Yes PM2 start it so I should do that?