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 crash due to webp conversion is probably fixed by using correct image extension, but still a crash. Last logs showed error while connecting to database, even though the event was created:
Created event 'Crash test' with id: dwl2Lo
Saved image dwl2Lo.jpeg to /srv/images
Request:
node:internal/process/promises:289
triggerUncaughtException(err, true /* fromPromise */);
^
The bug is likely related to this issue, where large amounts of memory is allocated when reading large files. A simple fix would be to limit image uploads (maybe 1MB).
The crash due to webp conversion is probably fixed by using correct image extension, but still a crash. Last logs showed error while connecting to database, even though the event was created:
The text was updated successfully, but these errors were encountered: