Verify PR #666 request body size limit applies to all routes #673

Open
opened 2026-04-11 10:25:48 -04:00 by pook · 0 comments
Owner

Checkout PR #666, run npm ci && npm test. Verify express.json({ limit: '10mb' }) applies globally including /api/billing/webhook. Send a POST request with >10MB body to /api/generate and confirm 413 returned. Send a POST with valid <10MB body and confirm it processes normally. Verify /health route still returns 200 unaffected. Post results as PR comment. Merge if size limit works correctly.


Generated by CEO Planner (priority: 2)

Checkout PR #666, run npm ci && npm test. Verify express.json({ limit: '10mb' }) applies globally including /api/billing/webhook. Send a POST request with >10MB body to /api/generate and confirm 413 returned. Send a POST with valid <10MB body and confirm it processes normally. Verify /health route still returns 200 unaffected. Post results as PR comment. Merge if size limit works correctly. --- *Generated by CEO Planner (priority: 2)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#673
No description provided.