Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Can't terminate workflows from UI #201

Open
zivsha opened this issue Mar 7, 2023 · 0 comments
Open

Can't terminate workflows from UI #201

zivsha opened this issue Mar 7, 2023 · 0 comments

Comments

@zivsha
Copy link

zivsha commented Mar 7, 2023

Expected Behavior

Workflow should terminate after clicking on "Terminate" in the UI

Actual Behavior

Cannot terminate workflow pops up
Log of the failure:

{
  "time": "2023-03-07T11:32:39.178439386Z",
  "id": "",
  "remote_ip": "172.20.0.1",
  "host": "temporal:8233",
  "method": "POST",
  "uri": "/api/v1/namespaces/dev/workflows/Plan%2520(planId%253A%25201)/runs/b0523d3e-d771-4bb5-b78d-d4063b23c2e0/terminate?",
  "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36",
  "status": 400,
  "error": "code=400, message=missing csrf token in request header",
  "latency": 27652,
  "latency_human": "27.652µs",
  "bytes_in": 16,
  "bytes_out": 51
}

Steps to Reproduce the Problem

  1. Start the workflow
  2. Try to terminate it

Specifications

  • Version: 0.3.0
  • Platform: Linux Docker on Windows
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant