Page 1 of 1

salesforce_instance_url missing from salesforce settings screen

Posted: Mon Feb 17, 2014 6:53 am
by Shawn Johnson

I am trying to test some of my salesforce service calls, i am getting an error.

{
"status":"400 null",
"url":"",
"response":"URL has incorrect format"
}

it looks like the salesforce_instance_url is empty, according to the tutorials this is supposed pre filled when Oauth is authenticated. but it was not filled where do i get the value from?


salesforce_instance_url missing from salesforce settings screen

Posted: Mon Feb 17, 2014 7:01 am
by Shawn Johnson

update,

i re added the services and re authenticated and copied the salesforce instance url

when I add it the settings

I am now getting a 401 error

{
"status":"401 Unauthorized",
"url":"https://na15.salesforce.com/services/...",
"response":[
{
"message":"Session expired or invalid",
"errorCode":"INVALID_SESSION_ID"
}
]
}


salesforce_instance_url missing from salesforce settings screen

Posted: Mon Feb 17, 2014 7:24 am
by Shawn Johnson

update,

figured out the issues, The values for salesforce_instance_url & salesforce_access_token are not being copied over like it is say it should be.

seems there is a bug.

maybe update the documentation


salesforce_instance_url missing from salesforce settings screen

Posted: Mon Feb 17, 2014 8:04 am
by Kateryna Grynko

Hi,

Thank you, we'll update our docs.


salesforce_instance_url missing from salesforce settings screen

Posted: Mon Feb 17, 2014 3:01 pm
by Kateryna Grynko

Shawn,

Could you please send us a link to the tutorial where you see this?


salesforce_instance_url missing from salesforce settings screen

Posted: Mon Feb 17, 2014 3:12 pm
by Shawn Johnson

Here is a link to another post where support makes reference to the tutorial.

https://getsatisfaction.com/apperyio/...

and here is the tutorial

http://docs.appery.io/tutorials/sales...


salesforce_instance_url missing from salesforce settings screen

Posted: Mon Feb 17, 2014 3:16 pm
by Kateryna Grynko

Shawn,

Thank you!


salesforce_instance_url missing from salesforce settings screen

Posted: Tue Feb 18, 2014 6:03 am
by Kateryna Grynko

Hi Shawn,

Should be fixed.