413 Request Entity Too Large
Full error message
413 Request Entity Too Large <html><head><title>413 Request Entity Too Large</title></head>
Solution
Request body exceeds configured max size. 1. Nginx: `client_max_body_size 50M;` in http/server/location block. 2. Apache: `LimitRequestBody 52428800` (bytes). 3. Express: `app.use(express.json({ limit: '50mb' }))`. 4. Next.js Route Handler: `export const maxDuration = 60` and consider streaming uploads to S3/R2 directly.
API access
Get this solution programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/error/c2950697cfbdafe9f3eb5ad1f69048b2009b4d8429b589d0aadfe51a7faea5cehash \u00b7 c2950697cfbdafe9f3eb5ad1f69048b2009b4d8429b589d0aadfe51a7faea5ce