Open
Description
Nomad version
1.9.7
Operating system and Environment details
Clients & Servers: Debian 12
User OS: Ubuntu 24.04
User Browser. Firefox 139.0.1
Issue
When trying to tag any job in the Nomad Web UI, it fails with an error pop up like
Error Tagging Job Version
job "nomad-debug-job" version 0 not found
On the server I see the same error, shown further below.
With the CLI , I can tag job versions without issue, as long as the -namespace
parameter is provided. However, without the -namespace
parameter, I get the same error. This leads me to believe that the Web UI does not correctly supply the namespace
parameter when calling the Nomad API.
Reproduction steps
Try to tag any job version in the nomad Web UI.
Expected Result
The tag is created.
Actual Result
The above mentioned error occurs.
Nomad Server logs (if appropriate)
2025-07-02T07:36:18.194Z [ERROR] nomad.fsm: UpdateJobVersionTag failed: error="job "nomad-debug-job" version 0 not found"
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs Roadmapping