I'm trying to run the application on my physical iOS devices with Expo Go application but when I scan the QR code the expo just breaks and sometimes I see this error in my logs but sometimes it breaks without any logs.
BadRequestError: request aborted
at IncomingMessage.onAborted (C:Users123AppDataRoaming
pm
ode_modulesexpo-cli
ode_modules
aw-bodyindex.js:231:10)
at IncomingMessage.emit (node:events:513:28)
at IncomingMessage._destroy (node:_http_incoming:224:10)
at _destroy (node:internal/streams/destroy:109:10)
at IncomingMessage.destroy (node:internal/streams/destroy:71:5)
at abortIncoming (node:_http_server:700:9)
at socketOnClose (node:_http_server:694:3)
at Socket.emit (node:events:525:35)
at TCP.<anonymous> (node:net:757:14)
Fixes I have tried:
Reinstalling the Node Modules
Reinstalling the Node on my machine
Cache clean expo start -c and npm start -- --reset-cache
Nothing is working out to sort this problem