TAMUSHPE / MobileApp

TAMUSHPE Mobile App
MIT License
10 stars 0 forks source link

[Bug] Weird request error message when testing application via Expo #26

Closed LucientZ closed 1 year ago

LucientZ commented 1 year ago

Occasionally when running the application on expo, I'll receive this error message:

BadRequestError: request aborted
    at IncomingMessage.onAborted (...\MobileApp\node_modules\raw-body\index.js:245: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:754:9)
    at socketOnClose (node:_http_server:748:3)
    at Socket.emit (node:events:525:35)
    at TCP.<anonymous> (node:net:322:12)

I'm not exactly sure what's causing it, however it began happening once I installed the bottom tabs. It doesn't seem to actually affect application performance, but this will probably require some investigating. With what I can read, it's likely something broken in my end involving the development server.

LucientZ commented 1 year ago

I am no longer seeing the error message, so it was likely a process/worker failing on my end for some reason. I'll close this issue for now.