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
The zip service often crashes on its own. I think the condition is that there are no temporary files to delete, or maybe the directory for temporary files does not exist?
Running on port 3011
/home/node/app/dist/app.js:48
files.forEach(function (file) {
^
TypeError: Cannot read property 'forEach' of undefined
at /home/node/app/dist/app.js:48:19
The text was updated successfully, but these errors were encountered:
The zip service often crashes on its own. I think the condition is that there are no temporary files to delete, or maybe the directory for temporary files does not exist?
The text was updated successfully, but these errors were encountered: