temporalio / temporalio/ui

get 400 when pause a schedule

Open
#1,418 0 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
431
Forks
179
Avg merge
2d 9h
Merged PRs (30d)
71

Description

Describe the bug
I got this error message:'missing csrf token in request header' when I pause a schedule.
I deploy it on my cloud server via docker compose, and I visit it on my local windows desktop using http://{remote_ip}:{port}
I have changed the config of TEMPORAL_CORS_ORIGINS to http://{remote_ip}:{port}, but it doesn't work.

Expected behavior
Successful operation

Screenshots
image

Desktop (please complete the following information):

  • OS: windows11
  • Browser: Chrome
  • Version 114.0.5735.90

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the pause-schedule request with the Docker Compose deployment and the configured TEMPORAL_CORS_ORIGINS value, then trace where the CSRF token is expected to be added or validated. Done means pausing a schedule succeeds from the reported remote-IP setup without the missing-token error.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, typescript
Domain
backend, security
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.