Hi, there are two possibilities: - The URL could be unreachable from the device. It's possible that the IP address you gave isn't public - Phones block HTTP URLs by default (there's a warning in the console if you'll look). See this answer for Android: https://stackoverflow.com/a/57130188/756809
Notice you will need to have a proper HTTPS server for production... On Tuesday, July 20, 2021 at 7:07:11 AM UTC+3 [email protected] wrote: > Hi, > > My project is quite large and to demonstrate my problem I have created a > small code. > > I have a WS in PHP that I have tested with Postman working 100%. In the > debugger I run my little code and as the image shows I can see the result > of the query without problem. > > When I put the app on the cell phone, it sent me the error message that is > shown at the end of the attached image. > > It is also good that they know that there is a web development that makes > use of the DB (not the WS) without problem. > > Could you give me any suggestions on how to solve the problem? > Greetings > > [image: error.png] > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/35ea7f75-936f-452b-a50b-01a5649ec46fn%40googlegroups.com.
