Looks like so. If you open your project with VSCode and search "tmp" you'll find some "tmp" folder references. Add a watch exclusion on your PM2 or something (if possible)
Though Wappler does handle it weirdly, the folder is named "/tmp" (in the source-code) instead of "tmp" or "tmp/" - for those that know Linux/Unix this will mess with their heads
Errors like these will haunt you forever, I still get anxiety from those
I can only gently guide you in your detective work: Is this an error thrown by PM2 or is it Wappler NodeJS printing to the console (and therefore shown in PM2 logs)?
It would help if you put the steps used in that SC, because a simple SC with just Set Value step probably wouldn't cause that. It's one of the steps that's causing a temporary file to be written, maybe some CSV or image manipulation stuff
I think I found the cause of this behavior.. @patrick just to confirm, can be the update step that use the identity of the insert step?
Like insert identity needs to be stored somewhere to be used later?
The only tmp thing we do is, when you use ftp for publishing of you node project, we assume that you have some hosting panel like plesk or cPanel and to restart the node server after successful upload a special file needs to be uploaded called: tmp/restart.txt
But I see in your case some other tmp files are created.
It's a node app running on pm2, nginx digital ocean..
I can see the tmp folder is also on the local project folder (don't know how it get there, maybe downloading from server or created by the node server)
The files or folders inside tmp are created when running a server connect (the one that retrieves the insert iidentity, so I was pointing to that)
The only thing I can confirm is, it's another project totally separated from the first case publicated on June 12th..
And also tmp folder is empty by the time I want to know what's inside
Will collect more info in a few hours when I get home, thanks George
[HOOK] fs.createWriteStream -> C:/xampp/htdocs/projectname/tmp/tmp-2-1758745573103
at module.exports (C:\xampp\htdocs\projectname\node_modules\express-fileupload\lib\tempFileHandler.js:23:26)
at Multipart.<anonymous> (C:\xampp\htdocs\projectname\node_modules\express-fileupload\lib\processMultipart.js:75:9)
at HeaderParser.cb (C:\xampp\htdocs\projectname\node_modules\busboy\lib\types\multipart.js:358:14)
at HeaderParser.push (C:\xampp\htdocs\projectname\node_modules\busboy\lib\types\multipart.js:162:20)
at SBMH.ssCb [as _cb] (C:\xampp\htdocs\projectname\node_modules\busboy\lib\types\multipart.js:394:37)
at feed (C:\xampp\htdocs\projectname\node_modules\streamsearch\lib\sbmh.js:219:14)