Same here for the screen issues. I hate even offering this solution but…add a restart of the app to cron for every morning at 2am seems to mitigate the crashing issue. It’s not a fix, it’s a bandaid.
Using pm2 the crontab entry would look like:
0 2 * * * pm2 restart mm >/dev/null 2>&1