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
When compiling the application, Forcex.Client uses the default endpoint of login.salesforce.com to generate services & objects. When attempting to use sandbox / test credentials, compilation fails because there is no ability to change this endpoint to test.salesforce.com.
#26 attempts to resolve this issue, please review and advise.
The text was updated successfully, but these errors were encountered:
I updated #26 to rely on the configuration provided to the :login method and/or system environment variables. compile.forcex.ex remains unchanged for the moment, relying on default configuration to do its work.
When compiling the application,
Forcex.Client
uses the default endpoint oflogin.salesforce.com
to generate services & objects. When attempting to use sandbox / test credentials, compilation fails because there is no ability to change this endpoint totest.salesforce.com
.#26 attempts to resolve this issue, please review and advise.
The text was updated successfully, but these errors were encountered: