Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate network error bug with requests to an http server #11

Open
matthuynh opened this issue Jan 22, 2020 · 0 comments
Open

Investigate network error bug with requests to an http server #11

matthuynh opened this issue Jan 22, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@matthuynh
Copy link
Owner

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?

@matthuynh matthuynh added the bug Something isn't working label Jan 22, 2020
@matthuynh matthuynh assigned matthuynh, jcserv and omardahir99 and unassigned jcserv Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants