-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
XMLHttpRequest failed: "Unable to connect to the Parse API" on Android (react native) #1792
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
Comments
"Unable to connect to the Parse API" means there is some sort of network issue in your system. Check to make sure all your URLs are set correctly. If you still have issues, please ask on Server Fault or Stack Overflow. |
Usually this error occurs when you have ssl enabled on your server where you setup parse server. So you can check it by putting in you parse server instance file. hope you issue will be fixed. let me know if it isn't. |
This most likely has to do with how Android emulator deals with local host connection - more info here https://stackoverflow.com/questions/6760585/accessing-localhostport-from-android-emulator |
I had this issues eailer, reason was i SignUp with Github and fail to authenticate my mail address. |
It perfectly works on IOS, but for some reason it doesn't on Android... it should be an easy fix, but, alas, I haven't been able to find it.
The text was updated successfully, but these errors were encountered: