You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configuration.server="https://<# Your Heroku server #>/parse"
146
-
configuration.applicationId="<# Your APP_ID #>"
147
-
configuration.clientKey="<# Your CLIENT_KEY #>"
144
+
configuration.server="https://<# Your Heroku server #>/parse/"// '/' important after 'parse'
145
+
configuration.applicationId="<# Your APP_ID #>"
146
+
configuration.clientKey="<# Your CLIENT_KEY #>"
148
147
}))
149
148
```
150
149
You can change the server URL in all of the open-source SDKs, but we're releasing new builds which provide initialization time configuration of this property.
0 commit comments