-
Notifications
You must be signed in to change notification settings - Fork 202
Add faq entry for file size error #821
Conversation
Co-authored-by: matiss <[email protected]>
|
Cursor Agent can help with this pull request. Just |
✅ Deploy Preview for actualbudget-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: matiss <[email protected]>
matt-fidd
left a comment
There was a problem hiding this 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]>
|
|
||
| - **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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
|
Moved to the other repo: actualbudget/actual#6103 |
This pull request contains changes generated by a Cursor Cloud Agent
Note
Adds a new FAQ explaining
PayloadTooLargeError: request entity too largeduring 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.