ABP version 8.1.1 dotnet version 8.1.1
this is my package.json file of react native .expo.
"name": "reactsampledev",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --port 19000",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-navigation/drawer": "^6.5.4",
"@react-navigation/native": "^6.1.0",
"@react-navigation/native-stack": "^6.9.5",
"@reduxjs/toolkit": "^1.7.1",
"@types/react-native": "~0.70.6",
"axios": "~1.2.1",
"expo": "^49.0.0",
"expo-auth-session": "~5.0.2",
"expo-crypto": "~12.4.1",
"expo-image-picker": "~14.3.2",
"expo-random": "~13.2.0",
"expo-status-bar": "~1.6.0",
"expo-web-browser": "~12.3.2",
"formik": "^2.2.9",
"i18n-js": "^3.8.0",
"native-base": "^3.4.25",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-base64": "^0.2.1",
"react-native-chart-kit": "^6.11.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-paper": "^5.9.1",
"react-native-reanimated": "~3.3.0",
"react-native-root-toast": "^3.5.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6",
"react-redux": "^8.0.5",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux-persist": "^6.0.0",
"redux-saga": "^1.2.1",
"typescript": "^5.1.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.19.3"
},
"private": true
}
If you want , I can recreate the whole scenario with mobile browser ip and auth server ip ( with fresh screenshot again). i have always maintained the same throughout on auth server and mobile browser but the problem persists.. it's just that screenshot i provided are of different projects at different instances and different location, so whenever the ip changes , i have maintained and configured the same throughout the entire project
thanks for the quick reply , i have given you screenshot of different project for different time.
the project I ran for the first time had IP 192.168.1.2 and another project I ran another day it had ip 192.168.1.3 ..
I have maintained the same IP in environment.js in react native as well the backend mvc project.
what is the expected time to get around the solution or a fix? that would be really helpful in the time of need.