Closed TimEitr closed 1 week ago
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.
This issue was closed because it has been stalled for 15 days with no activity.
When running my postman collection through my GitHub Actions Workflow I'm experiencing behaviour similar to using the command without --ignore-redirects. In my case this causes cookies not to be set correctly when running subsequent request calls through the CLI. I've only been able to replicate this behaviour locally without this command option.
This of course causes all tests and requests to fail. But I'm not sure what's causing this. Is this an overlap of commands?
Request output without command option:
POST http://localhost:8000/api/auth/login/ [200 OK, 3.56kB, 318ms]
Request output with command option:
POST http://localhost:8000/api/auth/login/ [302 Found, 774B, 247ms]