@lillyhb yes. ignore this is electron trying to use the gpu. but it’s not configured like electron expects.

you can get rid of the error message by adding

export ELECTRON_DISABLE_GPU

before doing npm start

if you use pm2, then add it to the script pm2 uses to launch mm