-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Error initializing Parse in iOS client code. #641
Comments
Your iOS device can't connect to your Try exposing your |
@drew-gross thank you very much that worked. I saw that step at the very end of the local-server installation, and I didn't know what ngrok was so I figured it was an npm install, and I installed it through npm but figured it was some library that was needed under the hood. Didn't realize it was tunneling software. Thanks again! |
I'm in the middle of the migration process and at the point I'm trying to run my server locally. I have the server up and running, and can hit it using CURL no problem, even hitting my db on mongolab.
However when I try to initialize Parse in my iOS app, it fails to connect. My configuration looks like the following (with the real values in there):
However, whenever I have this line in my appdelegate normal initialization spot, I have the following erorrs in my console because it is failing to connect:
It then continues to retry but obviously just continues to fail. Again, I know it's up and running because I can query the database on mongolab running the CURL command and hitting the endpoint with the correct headers passed in.
I have been trying to figure this out all evening and haven't had any luck so I thought I would ask here.
Any ideas?
The text was updated successfully, but these errors were encountered: