-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
startEverything about TanStack StartEverything about TanStack Start
Description
Which project does this relate to?
Start
Describe the bug
the current implementation server function buffer everything in memory since there no body limit like next.js server action this allow any user to upload large payloads to any server function POST endpoint. if dev not handled this properly this can cause OOM if self-hosted
Your Example Website or App
Steps to Reproduce the Bug or Issue
send large payloads (binary, form data, etc.) to any server function endpoint
Expected behavior
abilty to set body limit globally and per server function
Screenshots or Videos
test upload 100MB file to tanstack.com server function endpoint
Platform
- OS: [e.g. macOS, Windows, Linux]
- Browser: [e.g. Chrome, Safari, Firefox]
- Version: [e.g. 91.1]
Additional context
No response
SyahmiRafsan and checkerschaf
Metadata
Metadata
Assignees
Labels
startEverything about TanStack StartEverything about TanStack Start
