You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For anyone else running into this issue, I'm currently using this something like this as a workaround in the meantime.
It's less than optimal in so many ways, espeacially memory wise I'm sure, but works.
There seem to be semi-related issues which discuss switching to formdata for the file content. But as far as I can tell, that should be a non-issue by now. I also tried to manually set the type in the route to "formdata" or "multipart/form-data", but could not observe any meaningful difference.
What version of Elysia is running?
1.1.20
What platform is your computer?
Windows 11 x64
What steps can reproduce the bug?
API :
What is the expected behavior?
File to upload
What do you see instead?
eden >= 1.0.13 throws
Network request failed
eden <= 1.0.12 actually calls API and produces error (code: 422)
Additional information
Eden Client is running on expo SDK 51 on Android.
Same function is working just fine in any version of Elysia on web.
All other API calls work fine.
Have you try removing the
node_modules
andbun.lockb
and try again yet?Yes
The text was updated successfully, but these errors were encountered: