{"id":26,"hash":"c2950697cfbdafe9f3eb5ad1f69048b2009b4d8429b589d0aadfe51a7faea5ce","pattern":"413 Request Entity Too Large","full_message":"413 Request Entity Too Large\n<html><head><title>413 Request Entity Too Large</title></head>","ecosystem":null,"package_name":"nginx","package_version":null,"solution":"Request body exceeds configured max size.\n1. Nginx: `client_max_body_size 50M;` in http/server/location block.\n2. Apache: `LimitRequestBody 52428800` (bytes).\n3. Express: `app.use(express.json({ limit: '50mb' }))`.\n4. Next.js Route Handler: `export const maxDuration = 60` and consider streaming uploads to S3/R2 directly.","confidence":0.95,"source":"internal","source_url":null,"votes":33,"created_at":"2026-04-19T03:24:37.005473+00:00","updated_at":"2026-04-19T03:25:24.791778+00:00"}