Please I have been trying to develop this app for weeks now and each time I run the command expo start, I get this time out error

Could not connect to development server.

Ensure the following:

  • Node server is running and available on the same network - run ‘npm start’ from react-native root
  • Node server URL is correctly set in AppDelegate
  • WiFi is enabled and connected to the same network as the Node Server

URL: http://172.20.10.3:19001/index.bundle?platform=ios&dev=true&minify=false&hot=false

ABI38_0_0facebook::ABI38_0_0React::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > ()>)
ABI38_0_0facebook::ABI38_0_0React::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits, std::__1::allocator > ()>)
8E662F82-B1E4-3E7E-A376-18E9755A8F51
8E662F82-B1E4-3E7E-A376-18E9755A8F51
_dispatch_main_queue_callback_4CF
472C9193-115D-34CD-AD1D-0E7E091C9432
472C9193-115D-34CD-AD1D-0E7E091C9432
CFRunLoopRunSpecific
GSEventRunModal
47154C6D-47DF-3ABB-A152-56B159B014E4
UIApplicationMain
Exponent
90A4E82E-250C-35E3-8B2D-51D6D8B1119B

I think you should try to provide more information; I have had this error occur when network was down.

Are you developing using a device? Did you make sure both the device and the computer are on the same network?

Yeah both the device and laptop were connected to same network
The app splash screen actually displays then at the bottom it shows updating and stops there

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.