-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot launch Strider using pm2 #979
Comments
Strider auto restarts on crash, so make sure to setup logs with pm2 to see what the error is. |
I have checked strider-error-0.log and strider-out-0.log after starting the process but they are empty. Do I need to explicitly turn on pm2 logging? |
You need to also set |
Apologies for being thick, but where do I do that? In the |
Yes |
I have augmented my
Notice I included your M |
Remove the space and 'env' |
That has fixed it, thank you very much! |
What was the error message? How have you fixed this @mark-norgate ? |
Hi there, sorry for the delay in replying. I have been away from this project for a while. Once I removed the space and 'env', I seem to remember, as suggested by @knownasilya , the application just started to work. I'm afraid I can't remember the error messages. I will try to give better feedback in future! Thank you guys for your help. |
Hi there
I am having trouble running Strider using
pm2
. I have successfully installed Strider and am able to launch it usingnpm start
and navigating in my browser; that all works great.However, I can't seem to be able to launch it using
pm2
. The process seems to launch ok, andpm2 show strider
appears to indicate that all is ok, but I cannot navigate in my browser: I get arefused to connect
error. What might I be doing wrong? The only configuration I am doing is for Strider itself, which works withnpm
so I think that might be red herring. In any case, here is my.striderrc
:I have read all of the
pm2
documentation but that hasn't helped. What can I do to get this up and running?More info: I have just run
pm2 logs
and am horrified to discover that the process appears to be exiting and restarting every few seconds. Aargh! What does this indicate?Thanks, Mark
The text was updated successfully, but these errors were encountered: