-
-
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
Parse Server running locally returns "Unable to connect to the Parse API" when calling User signUp #538
Comments
You need to set your server's url in the configuration of your server.
|
Ah, thanks for catching that! That bonehead typo was part of the issue, but I also incorrectly assumed I needed to initialize the Parse SDK. Didn't realize that ParseServer takes care of that already. |
There is a |
Thanks, I've updated my comment |
Is there any reason I'm getting this error when running parse server locally, but not when hosted on Heroku? Status:100 Message:XMLHttpRequest failed: "Unable to connect to the Parse API"
I have mongodb installed and running locally. I also have a .env file that contains APP_ID and MASTER_KEY that gets pulled in with dotenv locally.
Here's an example of what I'm trying to do...
(originally posted on stack overflow)
http://stackoverflow.com/questions/35475209/parse-server-running-locally-has-error-when-calling-user-signup
The text was updated successfully, but these errors were encountered: