1 Open Issue Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and resolve a multipart/form-data upload issue in a Go web application. The issue is that large file uploads fail with a `multipart: NextPart: EOF` error in a specific controller, but work correctly in a test route. The problem stems from conflicting request body size limits set by middleware and within the controller, potentially exacerbated by upstream proxies. The solution involves harmonizing request body size limits across the application and verifying no external limits are interfering.

Complexity: 4/5
bug help wanted

Identity service app

Go