Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slashes in a process name are not handled properly #10

Open
danperks opened this issue Feb 25, 2022 · 0 comments
Open

Slashes in a process name are not handled properly #10

danperks opened this issue Feb 25, 2022 · 0 comments

Comments

@danperks
Copy link

I have a PM2 process named:
App Name (8080/433)

When trying to click on the app, I get a 404 page as the slash in the URL is not properly encoded out.
It therefore tries to go to:
http:https://WEBUIURL/apps/App%20Name%20(8080/433)
where /433 is a subdomain of /App%20Name%20(8080

I might be able to fix this myself in a Pull request, but if someone wants to beat me to it, I wouldn't mind!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant