[GH-ISSUE #10] Slashes in a process name are not handled properly #4

Open
opened 2026-03-03 13:50:19 +03:00 by kerem · 0 comments
Owner

Originally created by @danperks on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/isuryatk/pm2-webui/issues/10

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://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!

Originally created by @danperks on GitHub (Feb 25, 2022). Original GitHub issue: https://github.com/isuryatk/pm2-webui/issues/10 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://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 in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pm2-webui#4
No description provided.