PST Import above 100 MB - 500 Internal Server Error - Payload Too Large #281

Closed
opened 2026-04-05 16:17:15 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @corentinaltepe on 8/17/2025

The upload of PST files above 100 MB fails because of default limits on the server app.
Setting the following environment variable solves the issue.

BODY_SIZE_LIMIT='50G'

We should make a sensible default value and document it such that users with unusually large files (above the default) will be able to change their configuration for the import.

*Originally created by @corentinaltepe on 8/17/2025* The upload of PST files above 100 MB fails because of default limits on the server app. Setting the following environment variable solves the issue. `BODY_SIZE_LIMIT='50G'` We should make a sensible default value and document it such that users with unusually large files (above the default) will be able to change their configuration for the import.
MrUnknownDE added the documentation label 2026-04-05 16:17:15 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OpenArchiver#281