-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
When I add:
Parse.initialize("[appid]", "[appkey]");
Parse.serverURL = 'http://[serverip]:80/parse/';
I get an error in console similar to the following, depending on the page.
parse-1.6.14.min.js:15 XMLHttpRequest cannot load http://[serverip]/parse/login. Failed to start loading.
&
parse-1.6.14.min.js:15 XMLHttpRequest cannot load http://[serverip]/parse/dashboard. Failed to start loading.
It seems to add the path like login & dashboard.
Is there something I am doing wrong?
Metadata
Metadata
Assignees
Labels
No labels