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

Unable to revert job in web UI #17014

Open
vincenthuynh opened this issue Apr 27, 2023 · 1 comment
Open

Unable to revert job in web UI #17014

vincenthuynh opened this issue Apr 27, 2023 · 1 comment

Comments

@vincenthuynh
Copy link

Nomad version

v1.4.7

Issue

Unable to revert job with setup using Consul + ACL
Likely related to #15964

Reproduction steps

  • In web UI, go to the Versions tab in a job and click Revert Version button.

Expected Result

  • Job will redeploy previous job version

Actual Result

image

Browser logs

HTTP Debugger:
Request URI: /v1/job/myservice/revert
Request Method: POST
Request Headers:
  x-consul-token: xxxx
  x-nomad-token: xxxx
Status Code: 500
Payload:
{
    "JobID": "myservice",
    "JobVersion": 337
}
@jrasell
Copy link
Member

jrasell commented May 4, 2023

Hi @vincenthuynh and thanks for raising this issue. I'll pass it over to our UI engineers who will be better placed to help and understand this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

2 participants