You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS and Android seem to block requests to an HTTP server by default. Thus our React-Native front-end cannot send any requests to the back-end. There is a setting that can be disabled that allows you to access an HTTP server. However, we are currently using Expo as the development environment, rather than Xcode/Android Studio Code. To my knowledge, I'm not sure if we can disable this setting using Expo.
iOS and Android seem to block requests to an HTTP server by default. Thus our React-Native front-end cannot send any requests to the back-end. There is a setting that can be disabled that allows you to access an HTTP server. However, we are currently using Expo as the development environment, rather than Xcode/Android Studio Code. To my knowledge, I'm not sure if we can disable this setting using Expo.
Alternatively, investigate using ngrok.
Also look into CORS for the front-end?
The text was updated successfully, but these errors were encountered: