Client error: Network request failed

2
Hi, When using the “make it native”  app from mendix on IOS I get a “Network request failed”. How should/could I interpret this error? How do I debug it easily? The devices are on the same wi-fi, the wi-fi works.   In the modeler the error message looks like this so there is a connection(?): An error occurred while executing object list data source nanoflow for widget Sak.COAsNative.listView2: Network request failed http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:853:1335 http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:853:1448 p@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:17:423 http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:17:1740 p@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:17:423 n@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:17:898 http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:17:1076 f@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:58:155 http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:58:882 y@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:122:657 C@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:122:1021 callImmediates@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:122:3216 callImmediates@[native code] value@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:50:2873 http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:50:1264 value@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:50:2565 value@http://192.168.120.121:8080/n/index.bundle?platform=ios&dev=false&minify=true:50:1234 value@[native code] value@[native code]
asked
1 answers
4

If you’re using Rest call locally, you must use your local IP address instead of localhost.

answered