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
When using the global search to find a job whose name contains a space, clicking on the result leads to a 404 page. The url includes %20 where the spaces are. By contrast, when looking at the jobs list and clicking on an entry for the same job, the url contains - in place of the spaces. Looks like the global search results do not calculate the destination URLs in the same way that the server does/expects.
Reproduction steps
Create a job with a space in the name
Search for part of that job name in the global search
Click the search result
Get taken to a 404
The text was updated successfully, but these errors were encountered:
Thanks for letting us know about this, @optiz0r. There being a space is a red herring, the true problem is that it was navigating based on the job name instead of the “plain id”! 😱 I’ve opened a PR with a fix.
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.12.1
Issue
When using the global search to find a job whose name contains a space, clicking on the result leads to a 404 page. The url includes
%20
where the spaces are. By contrast, when looking at the jobs list and clicking on an entry for the same job, the url contains-
in place of the spaces. Looks like the global search results do not calculate the destination URLs in the same way that the server does/expects.Reproduction steps
The text was updated successfully, but these errors were encountered: