Pm2 --watch and file upload error

Hi
when I start a nodejs app with pm2, if I use --watch, the file upload dont work and the server error is:

Capture d’écran 2024-07-02 à 14.01.35

If I dont use --watch, all works.
What it could be the problem ?
Thanks.