Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Conversation

@MatissJanis
Copy link
Member

@MatissJanis MatissJanis commented Oct 31, 2025

This pull request contains changes generated by a Cursor Cloud Agent

Open in Cursor Open in Web


Note

Adds a new FAQ explaining PayloadTooLargeError: request entity too large during file uploads and how to resolve it by increasing host/proxy request size limits.

Written by Cursor Bugbot for commit 954be0a. This will update automatically on new commits. Configure here.

@cursor
Copy link

cursor bot commented Oct 31, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@netlify
Copy link

netlify bot commented Oct 31, 2025

Deploy Preview for actualbudget-website ready!

Name Link
🔨 Latest commit 954be0a
🔍 Latest deploy log https://app.netlify.com/projects/actualbudget-website/deploys/69091810e710390008e1f574
😎 Deploy Preview https://deploy-preview-821.www.actualbudget.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions

This comment has been minimized.

@MatissJanis MatissJanis marked this pull request as ready for review October 31, 2025 08:36
@actual-github-bot actual-github-bot bot added 🔍 ready for review Someone needs to look into this. and removed 🚧 WIP labels Oct 31, 2025
@MatissJanis MatissJanis added 🚧 WIP AI generated and removed 🔍 ready for review Someone needs to look into this. labels Oct 31, 2025
@actual-github-bot actual-github-bot bot added ✅ approved Used in conjunction with Merge at Release. This means that the PR has been approved but not merged. and removed 🚧 WIP labels Oct 31, 2025
Copy link
Member

@matt-fidd matt-fidd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea, I think it would be better with a new sentence where you talk about possible fixes but I won't block on it.

Co-authored-by: Matt Fiddaman <[email protected]>
@actual-github-bot actual-github-bot bot added 🔍 ready for review Someone needs to look into this. and removed ✅ approved Used in conjunction with Merge at Release. This means that the PR has been approved but not merged. labels Nov 3, 2025
@actual-github-bot actual-github-bot bot added ✅ approved Used in conjunction with Merge at Release. This means that the PR has been approved but not merged. and removed 🔍 ready for review Someone needs to look into this. labels Nov 4, 2025

- **Q.** _Why do I see `PayloadTooLargeError: request entity too large` when uploading a file?_

**A.** This happens when the file you are uploading exceeds the maximum request size allowed by the service or infrastructure hosting your Actual instance (for example, a reverse proxy, container platform, or managed host). Actual itself does not enforce this limit, so you’ll need to adjust the upload size settings wherever you deploy Actual. Common fixes include increasing the body size limit in Nginx/Traefik, updating the `client_max_body_size` for Docker behind a proxy, or changing the request size setting in your managed hosting provider. If you’re unsure how to change the limit for your setup, ask in the community Discord; other self-hosted users often share configuration snippets for their platforms.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it true that we don't enforce a size limit? We have those env vars for upload size and people need to change those sometimes.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TBH good catch. You are 100% correct

@MatissJanis
Copy link
Member Author

Moved to the other repo: actualbudget/actual#6103

@MatissJanis MatissJanis deleted the cursor/add-faq-entry-for-file-size-error-3e1d branch November 10, 2025 19:37
@actual-github-bot actual-github-bot bot removed the ✅ approved Used in conjunction with Merge at Release. This means that the PR has been approved but not merged. label Nov 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants