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
Hello. My Nuxt app runs fine in non-clustered mode. When I run it in a cluster, I see 11 clusters and they are all online, but application is not available. In classic PM2 cluster mode works fine. What am I doing wrong?
Same for me. Cluster mode works without pm2-installer. The same used ecosystem.config.js file but without cluster config ("exec_mode": "cluster", "instances": "max") works with pm2-installer.
Description
Hello. My Nuxt app runs fine in non-clustered mode. When I run it in a cluster, I see 11 clusters and they are all online, but application is not available. In classic PM2 cluster mode works fine. What am I doing wrong?
my ecosystem file:
Cluster mode:
Normal mode:
The text was updated successfully, but these errors were encountered: