Cant access my external endpoint after build my expo application

When i test my application and call some of my public http request, they return the data. But after i build my apk using eas build -p android --profile <my_profile>, my apk file do not call the http://…/login endpoint, its a public endpoint, for my tcc tests. I try to use EXPO_PUBLIC… constants, i tried to put the constants in my eas.json file with the endpoints, but in the end, my apk never calls my public endpoints. I want my apk to have access to all http:// end points, just for study, but i cant.