Files
indiekit-server/package.json
Sven 40ec8dbce3
All checks were successful
Deploy Indiekit Server / deploy (push) Successful in 1m15s
fix: add Content-Type: application/json to store-github requests
GitHub API infers JSON without Content-Type; Gitea requires it explicitly.
Without the header, Gitea cannot parse the POST/PUT body and returns 422
Unprocessable Entity on all content write operations.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-31 17:09:15 +02:00

8.5 KiB