access services on localhost

Please provide the following:

  1. SDK Version: latest
  2. Platforms(Android/iOS/web/all): Android/iOS

i am able to call services when they are hosted on cloud but when i try to call service that is running on my localhost i am getting network exception. i did some search and looks like other people also had similar issue but once they changed the services to ip address instead of localhost it got resolved for them but i am not sure. i changed mine to ipaddress too but still cant call from expo app. is it supposed to be this way? is there a workaround? obviously i can access the services from postman using https://ipaddress:port/api/service1 but cant do same from expo app.

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