You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am running Node 16 and app that is running with PM2. Problem is that it can't grab screenshot when app is started with PM2. I am trying to run it as a windows service and have tried node-windows as well. Everything works fine when I run it as node myApp.js.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
Environment (please complete the following information):
OS: Windows 10/11
Engine: Node
Version 16
Have anyone experienced anything like that and managed to find solution?
NOTE: When used with forever module like: forever start app.js then works fine.
The text was updated successfully, but these errors were encountered:
We've researched into this a bit previously, thread at #185. It's due to the limitations placed by Windows when a process runs as a Service. If you can find a solution, it would be great to share it on #185.
Describe the bug
I am running Node 16 and app that is running with PM2. Problem is that it can't grab screenshot when app is started with PM2. I am trying to run it as a windows service and have tried node-windows as well. Everything works fine when I run it as node myApp.js.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment (please complete the following information):
Have anyone experienced anything like that and managed to find solution?
NOTE: When used with forever module like:
forever start app.js
then works fine.The text was updated successfully, but these errors were encountered: