-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request.formData()
hangs in Astro app when deployed on ARM Linux
#18799
Comments
Please run |
@Jarred-Sumner yeah, still the same issue this is the deployed version based on the one small note: it breaks like 99.9% of the time, sometimes right after a fresh deployment 2-3 requests are processed okay, then it starts hanging once again |
Can you try downgrading to Bun v1.2.5 and see if it still happens? Also are you totally sure you upgraded to the canary build? #18566 |
@Jarred-Sumner 1.2.5 seems to be working, made like 20 test requests, none of them failed. Regarding the canary, I did this - Igloczek/form-data-test@8f9d2cb |
Hm that looks right. Okay maybe it’s not totally fixed then. |
What version of Bun is running?
1.2.8+adab0f64f
What platform is your computer?
Locally: Darwin 24.3.0 arm64 arm | Production: Linux 6.8.0-40-generic aarch64 aarch64
What steps can reproduce the bug?
git clone https://github.com/Igloczek/form-data-test.git
http://<host>:3000
What is the expected behavior?
The request is parsed using
await request.formData()
, and a JSON response with the parsed data is returned.What do you see instead?
The server receives the request, but
await request.formData()
hangs indefinitely. No response is returned.Additional information
Bun.serve()
, nor with Express +express-form-data
, only inside AstroThe text was updated successfully, but these errors were encountered: