-
-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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:
module.exports = {
apps: [
{
name: "client",
port: "3000",
instances: "max",
exec_mode: "cluster",
script: "./.output/server/index.mjs",
},
],
};
8ctavio and asbelljc
Metadata
Metadata
Assignees
Labels
No labels