Operator actions (ship/requeue/cancel) are bodyless POSTs. The proxy always set Content-Type: application/json, so the backend rejected them with FST_ERR_CTP_EMPTY_JSON_BODY (500). Only declare the JSON content type when a body is actually forwarded. Fixes the fleet dashboard action buttons. Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| app | ||
| components | ||
| lib | ||
| instrumentation.ts | ||