I get error 400 when sending a video from client to server in react native app
err: [AxiosError: Request failed with status code 400] I have run react native app on virtual machine or physical machine and it gives error. I run the application on ip localhost Client using Axios and FormData const App = ()…