get 400 when pause a schedule
Nobody has claimed this yet.
- 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
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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