System Information
- Strapi Version: 3.6.5
- Operating System: Linux OS
- Database: MySQL
- Node Version: 14.17.5
- NPM Version: 6.14.14
Hey everybody,
When using strapi with pm2 like mentioned in the docs here I am unable to upload files in my media library using the admin panel under
mystrapiurl/admin/plugins/upload
Getting the Error 520 (see attached image below).
Somehow, when not running strapi with pm2, instead just use
NODE_ENV=production npm run start
I am able to upload files inside the admin panel.
So this obviously has something to do with running strapi using pm2 and is a crucial bug for running strapi in production.
I would highly appreciate any help you can offer to me! This topic is urgent to me.
I am looking forward to your answers!
Lucas