Hello. I've encountered a small bug creating project through the PM2 Project tab in "Node Project > Add Project > PM2 Project". Currently, the "Project Name" field allows any project name format; if you try to create a name like "my node project" the form allows it, but the project will throw an error upon creation because the project name cannot contain spaces.
Suggestion: Validate/normalize the text entered in "Project Name" to prevent the project from being created with an incompatible name.
P.S.: I spent a good few minutes thinking about what I could be doing wrong until I tried something like "mynodeproject" instead of "my node project" and finally managed to launch my project successfully