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
I have been getting this for a while now and only just figured out it was the multiple args... any interpreter, with a string or string array, more than one arg causes hang/errors
I have been getting this for a while now and only just figured out it was the multiple args... any interpreter, with a string or string array, more than one arg causes hang/errors
What's going wrong?
My pm2 config file has 2 interpreter_args in the string. The second option does not appear to be parsed or enabled.
Arg #1 : --no-experimental-fetch
Arg #2 : --trace-warnings
How could we reproduce this issue?
Supporting information
When I use
pm2 monit
I only see Arg #1 enabled. [See below]You can see [above] that only the first argument is displayed. But there are 3 script arguments that are all passed.
In testing this app, I got the following log message from the app:
6|[REDACTED] | (Use
node --trace-warnings ...to show where the warning was created)
This is what lead me to see via
pm2 monit
that the second node interpreter arg was not being passed.The text was updated successfully, but these errors were encountered: