"Unhandled promise rejection"

The back-end tests pass, front-end with iOS emulator and Expo pass.
However, when I try to run the expo app on my iPhone, I get the error “Unhandled promise rejection” when I try to reach my server…
I use a lot of ‘async’ ‘await’ throughout my app. Could that be causing issues?

Thanks,
Roni

problem solved… looks like ‘localhost’ option under Expo Dev Tools didn’t work for me and needed to change all my code to the LAN address…

Glad you got things sorted out, @ronifintech!